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. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits