diff options
Diffstat (limited to 'test/ELF/i386-reloc-range.s')
-rw-r--r-- | test/ELF/i386-reloc-range.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/i386-reloc-range.s b/test/ELF/i386-reloc-range.s index 47447d0efa32..4fb5325e5434 100644 --- a/test/ELF/i386-reloc-range.s +++ b/test/ELF/i386-reloc-range.s @@ -1,3 +1,4 @@ +// REQUIRES: x86 // RUN: llvm-mc %s -o %t.o -triple i386-pc-linux-code16 -filetype=obj // RUN: echo ".global foo; foo = 0x10202" > %t1.s |