File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments