summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FileAPI
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-28 14:50:06 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-01-28 14:50:15 (GMT)
commit6108352f0ac004ea94b0c8bab481fcf0611c35d1 (patch)
treea4195b4118211182a67f55fc49ec7f1cc0963376 /Tests/RunCMake/FileAPI
parentba069c10dd6a52e58b2a846136fbfa6846aec971 (diff)
parent8c1731546c275ed4aadea36b2533ff653f0ef601 (diff)
downloadCMake-6108352f0ac004ea94b0c8bab481fcf0611c35d1.zip
CMake-6108352f0ac004ea94b0c8bab481fcf0611c35d1.tar.gz
CMake-6108352f0ac004ea94b0c8bab481fcf0611c35d1.tar.bz2
Merge topic 'ibmclang-compiler'
8c1731546c Help: Add release note for IBM Open XL C/C++ compiler support 24da80b70a Utilities: Suppress warnings in third-party code with IBMClang 6da99e671c IBMClang: Add support for IBM Open XL C/C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6785
Diffstat (limited to 'Tests/RunCMake/FileAPI')
-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 b31088d..d5f596e 100644
--- a/Tests/RunCMake/FileAPI/codemodel-v2-check.py
+++ b/Tests/RunCMake/FileAPI/codemodel-v2-check.py
@@ -760,7 +760,7 @@ def gen_check_targets(c, g, inSource):
read_codemodel_json_data("targets/c_headers_2.json"),
]
- if cxx_compiler_id in ['Clang', 'AppleClang', 'LCC', 'GNU', 'Intel', 'IntelLLVM', 'MSVC', 'Embarcadero'] and g["name"] != "Xcode":
+ if cxx_compiler_id in ['Clang', 'AppleClang', 'LCC', 'GNU', 'Intel', 'IntelLLVM', 'MSVC', 'Embarcadero', 'IBMClang'] and g["name"] != "Xcode":
for e in expected:
if e["name"] == "cxx_exe":
if matches(g["name"], "^(Visual Studio |Ninja Multi-Config)"):