Skip to content

Commit 249acb6

Browse files
committed
[LLVM][Examples] Disable tests on AIX
Neither plugins nor JITLink works on AIX.
1 parent 0c698f6 commit 249acb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Examples/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if not config.include_examples or sys.platform in ["win32", "cygwin"]:
1+
if not config.include_examples or sys.platform in ["win32", "cygwin", "aix"]:
22
config.unsupported = True
33

44
# Test discovery should ignore subdirectories that contain test inputs.

0 commit comments

Comments
 (0)