Skip to content

Commit 3f540e1

Browse files
committed
[JITLink] Restrict execution of MachO_ptrauth-globals.s test to arm64 hosts.
Should fix the bot failures on Darwin x86-64 machines.
1 parent 0cfd20e commit 3f540e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RUN: llvm-mc -triple=arm64e-apple-macosx -filetype=obj -o %t.o %s
22
# RUN: llvm-jitlink %t.o
33
#
4-
# REQUIRES: native && system-darwin
4+
# REQUIRES: system-darwin && host=arm64{{.*}}
55
#
66
# Check that arm64e ptrauth relocations are handled correctly.
77
#

0 commit comments

Comments
 (0)