Skip to content

Commit 097718b

Browse files
committed
[ORC] Enable lli -jit-kind=orc-lazy tests on aarch64.
1 parent efe9ba5 commit 097718b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

llvm/test/ExecutionEngine/OrcLazy/lit.local.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import sys
22

33
if config.root.host_arch not in [
4+
"aarch64",
5+
"arm64",
46
"i386",
57
"x86",
68
"x86_64",

llvm/test/ExecutionEngine/OrcLazy/minimal-throw-catch.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: system-darwin
1+
; REQUIRES: x86_64-apple
22
; RUN: lli -jit-kind=orc-lazy %s
33
;
44
; Basic correctness testing for eh-frame processing and registration.

0 commit comments

Comments
 (0)