diff options
Diffstat (limited to 'test/ELF/pie-weak.s')
-rw-r--r-- | test/ELF/pie-weak.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/pie-weak.s b/test/ELF/pie-weak.s index e74bcdfc09c0..99dbd47488fc 100644 --- a/test/ELF/pie-weak.s +++ b/test/ELF/pie-weak.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # 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 |