Skip to content

Commit fd0c868

Browse files
committed
Use aarch64 triple in tests
1 parent be2f895 commit fd0c868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lld/test/ELF/aarch64-got-relocations-pauth.s

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# RUN: rm -rf %t && split-file %s %t && cd %t
44

5-
# RUN: llvm-mc -filetype=obj -triple=aarch64-none-linux %p/Inputs/shared.s -o a.o
5+
# RUN: llvm-mc -filetype=obj -triple=aarch64 %p/Inputs/shared.s -o a.o
66
# RUN: ld.lld -shared a.o -o a.so
77

88
#--- ok.s
99

10-
# RUN: llvm-mc -filetype=obj -triple=aarch64-none-linux ok.s -o ok.o
10+
# RUN: llvm-mc -filetype=obj -triple=aarch64 ok.s -o ok.o
1111

1212
# RUN: ld.lld ok.o a.so -pie -o external
1313
# RUN: llvm-readelf -r -S -x .got external | FileCheck %s --check-prefix=EXTERNAL
@@ -80,7 +80,7 @@ _start:
8080

8181
#--- err.s
8282

83-
# RUN: llvm-mc -filetype=obj -triple=aarch64-none-linux err.s -o err.o
83+
# RUN: llvm-mc -filetype=obj -triple=aarch64 err.s -o err.o
8484

8585
# RUN: not ld.lld err.o a.so -pie -o /dev/null 2>&1 | FileCheck %s --check-prefix=ERR
8686

0 commit comments

Comments
 (0)