diff options
| author | ryblust <[email protected]> | 2026-09-01 07:06:17 +0800 |
|---|---|---|
| committer | ryblust <[email protected]> | 2026-09-01 07:06:17 +0800 |
| commit | bdeb007056eec78795641fd69bbfedae0685264d (patch) | |
| tree | 82b87023818253fcdafe11a220b45efc1a9d0dcc /tests | |
| parent | d160d27a164abb54b0b002851918ee2932748066 (diff) | |
gate reduced BMI tests on clang-cl 23
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/projects/c++/modules/precompile_reduced_bmi/test.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/projects/c++/modules/precompile_reduced_bmi/test.lua b/tests/projects/c++/modules/precompile_reduced_bmi/test.lua index 765290f7b..ff424e710 100644 --- a/tests/projects/c++/modules/precompile_reduced_bmi/test.lua +++ b/tests/projects/c++/modules/precompile_reduced_bmi/test.lua @@ -7,6 +7,10 @@ function clang_min_ver() return _CLANG_MIN_VER end +function clang_cl_min_ver() + return _CLANG_MIN_VER +end + function _check_commands(config, outdata) local has_precompile_reduced_bmi = outdata:find("--precompile-reduced-bmi", 1, true) ~= nil local expect_precompile_reduced_bmi = config.precompile_reduced_bmi and config.two_phases |
