Skip to content

Commit c0f7ebe

Browse files
committed
[ORC] Actually use -jit-kind=orc for the new minimal-throw-catch.ll test.
b46211b, which introduced a new copy of the minimal-throw-catch.ll test, failed to update the run line.
1 parent 1ec794d commit c0f7ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)