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 0c698f6 commit 249acb6Copy full SHA for 249acb6
llvm/test/Examples/lit.local.cfg
@@ -1,4 +1,4 @@
1
-if not config.include_examples or sys.platform in ["win32", "cygwin"]:
+if not config.include_examples or sys.platform in ["win32", "cygwin", "aix"]:
2
config.unsupported = True
3
4
# Test discovery should ignore subdirectories that contain test inputs.
0 commit comments