Skip to content

Commit 90489ad

Browse files
authored
[clang][DebugInfo] Disable objective-CXX tests on AIX and z/OS (llvm#164765)
These tests not supported on AIX and z/OS, disable them to get the clang-ppc64-aix green
1 parent cc868f6 commit 90489ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)