[llvm] 224b280 - [ORC] Gate testcase for 3e1d4ec671c on x86-64 and aarch64 target support.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 17:53:54 PDT 2024


Author: Lang Hames
Date: 2024-08-16T10:53:47+10:00
New Revision: 224b2800439ec0813a3fa861e98404624f18a6d7

URL: https://github.com/llvm/llvm-project/commit/224b2800439ec0813a3fa861e98404624f18a6d7
DIFF: https://github.com/llvm/llvm-project/commit/224b2800439ec0813a3fa861e98404624f18a6d7.diff

LOG: [ORC] Gate testcase for 3e1d4ec671c on x86-64 and aarch64 target support.

The testcase requires both of these targets.

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test b/llvm/test/ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test
index 684068807f01ee..f537aaee2ef483 100644
--- a/llvm/test/ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test
+++ b/llvm/test/ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test
@@ -6,4 +6,6 @@
 # RUN:   -arch arm64 %t.arm64.o
 # RUN: llvm-jitlink -noexec -triple arm64-apple-macosx %t.universal.o
 #
+# REQUIRES: x86-registered-target && aarch64-registered-target
+#
 # Check that universal binaries don't raise "not a valid object file" errors.


        


More information about the llvm-commits mailing list