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 cc868f6 commit 90489adCopy full SHA for 90489ad
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