Skip to content

Commit 9d99de8

Browse files
committed
Modify test. Add --relax option.
1 parent 6b79432 commit 9d99de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lld/test/ELF/loongarch-relax-tls-ie.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# RUN: llvm-mc --filetype=obj --triple=loongarch64 -mattr=+relax %s -o %t.o
55

66
## Also check --emit-relocs.
7-
# RUN: ld.lld --emit-relocs %t.o -o %t
7+
# RUN: ld.lld --emit-relocs --relax %t.o -o %t
88
# RUN: llvm-readelf -x .got %t 2>&1 | FileCheck --check-prefix=LE-GOT %s
99
# RUN: llvm-objdump -dr --no-show-raw-insn %t | FileCheck --check-prefixes=LER %s
1010

0 commit comments

Comments
 (0)