Skip to content

Commit d7462d6

Browse files
author
git apple-llvm automerger
committed
Merge commit '417bdb6672b8' from llvm.org/main into next
2 parents b136d8c + 417bdb6 commit d7462d6

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)