mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Tests: Update RunCMake.FileAPI for IntelLLVM
This commit is contained in:
@@ -608,7 +608,7 @@ def gen_check_targets(c, g, inSource):
|
|||||||
read_codemodel_json_data("targets/generated_exe.json"),
|
read_codemodel_json_data("targets/generated_exe.json"),
|
||||||
]
|
]
|
||||||
|
|
||||||
if cxx_compiler_id in ['Clang', 'AppleClang', 'GNU', 'Intel', 'MSVC', 'Embarcadero'] and g["name"] != "Xcode":
|
if cxx_compiler_id in ['Clang', 'AppleClang', 'GNU', 'Intel', 'IntelLLVM', 'MSVC', 'Embarcadero'] and g["name"] != "Xcode":
|
||||||
for e in expected:
|
for e in expected:
|
||||||
if e["name"] == "cxx_exe":
|
if e["name"] == "cxx_exe":
|
||||||
if matches(g["name"], "^(Visual Studio |Ninja Multi-Config)"):
|
if matches(g["name"], "^(Visual Studio |Ninja Multi-Config)"):
|
||||||
|
|||||||
Reference in New Issue
Block a user