diff options
author | Brad King <brad.king@kitware.com> | 2021-01-22 15:24:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-28 14:07:01 (GMT) |
commit | 3ceb364b1c0bed59a2f0148a004882d374e23a5d (patch) | |
tree | d9840e27d4fab85ee54f99752ddee44f36a97773 /Tests | |
parent | 12720a5b71ebc6e9a800c126ad62857099588cc6 (diff) | |
download | CMake-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.py | 2 |
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)"): |