[llvm] 3f540e1 - [JITLink] Restrict execution of MachO_ptrauth-globals.s test to arm64 hosts.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 16:44:21 PST 2024


Author: Lang Hames
Date: 2024-11-22T11:44:13+11:00
New Revision: 3f540e1a2195b34969b7c4741ba24855bd393c56

URL: https://github.com/llvm/llvm-project/commit/3f540e1a2195b34969b7c4741ba24855bd393c56
DIFF: https://github.com/llvm/llvm-project/commit/3f540e1a2195b34969b7c4741ba24855bd393c56.diff

LOG: [JITLink] Restrict execution of MachO_ptrauth-globals.s test to arm64 hosts.

Should fix the bot failures on Darwin x86-64 machines.

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth-globals.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth-globals.s b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth-globals.s
index 1a4939f3a25c88..ebe9d470038e49 100644
--- a/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth-globals.s
+++ b/llvm/test/ExecutionEngine/JITLink/AArch64/MachO_ptrauth-globals.s
@@ -1,7 +1,7 @@
 # RUN: llvm-mc -triple=arm64e-apple-macosx -filetype=obj -o %t.o %s
 # RUN: llvm-jitlink %t.o
 #
-# REQUIRES: native && system-darwin
+# REQUIRES: system-darwin && host=arm64{{.*}}
 #
 # Check that arm64e ptrauth relocations are handled correctly.
 #


        


More information about the llvm-commits mailing list