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 efe9ba5 commit 097718bCopy full SHA for 097718b
llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg
@@ -1,6 +1,8 @@
1
import sys
2
3
if config.root.host_arch not in [
4
+ "aarch64",
5
+ "arm64",
6
"i386",
7
"x86",
8
"x86_64",
llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll
@@ -1,4 +1,4 @@
-; REQUIRES: system-darwin
+; REQUIRES: x86_64-apple
; RUN: lli -jit-kind=orc-lazy %s
;
; Basic correctness testing for eh-frame processing and registration.
0 commit comments