diff options
Diffstat (limited to 'test/ELF/relocatable-section-symbol.s')
-rw-r--r-- | test/ELF/relocatable-section-symbol.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/relocatable-section-symbol.s b/test/ELF/relocatable-section-symbol.s index 9ac3a91d2c24..57a75ab92f11 100644 --- a/test/ELF/relocatable-section-symbol.s +++ b/test/ELF/relocatable-section-symbol.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o # RUN: ld.lld -r -o %t %t.o %t.o # RUN: llvm-readobj -r %t | FileCheck --check-prefix=RELA %s |