diff options
Diffstat (limited to 'test/ELF/relocatable-reloc.s')
-rw-r--r-- | test/ELF/relocatable-reloc.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/relocatable-reloc.s b/test/ELF/relocatable-reloc.s index c576073a7510..7c699b9bf314 100644 --- a/test/ELF/relocatable-reloc.s +++ b/test/ELF/relocatable-reloc.s @@ -1,3 +1,4 @@ +// REQUIRES: x86 // RUN: llvm-mc -filetype=obj %s -o %t.o -triple=x86_64-pc-linux // RUN: ld.lld %t.o %t.o -r -o %t2.o // RUN: llvm-readobj -r %t2.o | FileCheck %s |