summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-22 15:24:43 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-28 14:07:01 (GMT)
commit3ceb364b1c0bed59a2f0148a004882d374e23a5d (patch)
treed9840e27d4fab85ee54f99752ddee44f36a97773 /Tests
parent12720a5b71ebc6e9a800c126ad62857099588cc6 (diff)
downloadCMake-3ceb364b1c0bed59a2f0148a004882d374e23a5d.zip
CMake-3ceb364b1c0bed59a2f0148a004882d374e23a5d.tar.gz
CMake-3ceb364b1c0bed59a2f0148a004882d374e23a5d.tar.bz2
Tests: Update RunCMake.FileAPI for IntelLLVM
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/FileAPI/codemodel-v2-check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/FileAPI/codemodel-v2-check.py b/Tests/RunCMake/FileAPI/codemodel-v2-check.py
index c66757f..df2410a 100644
--- a/Tests/RunCMake/FileAPI/codemodel-v2-check.py
+++ b/Tests/RunCMake/FileAPI/codemodel-v2-check.py
@@ -608,7 +608,7 @@ def gen_check_targets(c, g, inSource):
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:
if e["name"] == "cxx_exe":
if matches(g["name"], "^(Visual Studio |Ninja Multi-Config)"):