Skip to content

Commit 417bdb6

Browse files
Mark ExecutionEngine/JITLink and ExecutionEngine/Orc as unsupported on AIX (#156076)
Create ExecutionEngine/JitLink/lit.local.cfg and ExecutionEngine/Orc/lit.local.cfg and use them to mark tests as unsupported on AIX.
1 parent 36cb33b commit 417bdb6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if "aix" in config.target_triple:
2+
config.unsupported = True
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if "aix" in config.target_triple:
2+
config.unsupported = True

0 commit comments

Comments
 (0)