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 a23f737 commit f9bd187Copy full SHA for f9bd187
clang/test/DebugInfo/ObjC/lit.local.cfg
@@ -0,0 +1,5 @@
1
+# objective-C 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