[llvm-branch-commits] [llvm] 3a474e7 - [ORC] Actually use -jit-kind=orc for the new minimal-throw-catch.ll test.
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 8 13:40:44 PST 2025
Author: Lang Hames
Date: 2025-02-08T16:19:51Z
New Revision: 3a474e70939a4c68a9598ad15c268621f6c33911
URL: https://github.com/llvm/llvm-project/commit/3a474e70939a4c68a9598ad15c268621f6c33911
DIFF: https://github.com/llvm/llvm-project/commit/3a474e70939a4c68a9598ad15c268621f6c33911.diff
LOG: [ORC] Actually use -jit-kind=orc for the new minimal-throw-catch.ll test.
b46211bbf68, which introduced a new copy of the minimal-throw-catch.ll test,
failed to update the run line.
(cherry picked from commit c0f7ebe715dbe706224389a3022e6a3880fef0a1)
Added:
Modified:
llvm/test/ExecutionEngine/Orc/minimal-throw-catch.ll
Removed:
################################################################################
diff --git a/llvm/test/ExecutionEngine/Orc/minimal-throw-catch.ll b/llvm/test/ExecutionEngine/Orc/minimal-throw-catch.ll
index cd22ec65ed9996e..1b8f45184833ffe 100644
--- a/llvm/test/ExecutionEngine/Orc/minimal-throw-catch.ll
+++ b/llvm/test/ExecutionEngine/Orc/minimal-throw-catch.ll
@@ -1,5 +1,5 @@
; REQUIRES: x86_64-apple
-; RUN: lli -jit-kind=orc-lazy %s
+; RUN: lli -jit-kind=orc %s
;
; Basic correctness testing for eh-frame processing and registration.
More information about the llvm-branch-commits
mailing list