We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eed076 commit 1bc28b2Copy full SHA for 1bc28b2
clang/test/DebugInfo/ObjCXX/lit.local.cfg
@@ -0,0 +1,5 @@
1
+# objective-CXX is not supported on AIX and zOS
2
+unsupported_platforms = [ "system-aix", "system-zos" ]
3
+
4
+if any(up in config.available_features for up in unsupported_platforms):
5
+ config.unsupported = True
0 commit comments