diff options
Diffstat (limited to 'test/ELF/no-symtab.s')
-rw-r--r-- | test/ELF/no-symtab.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/no-symtab.s b/test/ELF/no-symtab.s index 158bd727f251..af9df13e9768 100644 --- a/test/ELF/no-symtab.s +++ b/test/ELF/no-symtab.s @@ -1,3 +1,4 @@ +// REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o // RUN: ld.lld %t.o %p/Inputs/no-symtab.o -o %t .global _start |