Skip to content

Commit fa802b9

Browse files
committed
[lit] Add aarch64 to JIT darwin assertion
Fix building on aarch64-apple-darwin.
1 parent 2c1e9f1 commit fa802b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ def host_unwind_supports_jit():
588588

589589
assert (
590590
"arm64" in config.host_triple
591+
or "aarch64" in config.host_triple
591592
or "x86_64" in config.host_triple
592593
)
593594

0 commit comments

Comments
 (0)