diff options
-rw-r--r-- | lld/test/ELF/pie-weak.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/pie-weak.s b/lld/test/ELF/pie-weak.s index eff9553cf80..e74bcdfc09c 100644 --- a/lld/test/ELF/pie-weak.s +++ b/lld/test/ELF/pie-weak.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o +# RUN: llvm-mc -filetype=obj -relax-relocations=false -triple=x86_64-unknown-linux %s -o %t.o # RUN: ld.lld -pie %t.o -o %t # RUN: llvm-readobj -r %t | FileCheck --check-prefix=RELOCS %s # RUN: llvm-objdump -d %t | FileCheck --check-prefix=DISASM %s |