diff options
Diffstat (limited to 'lld/test/ELF/gdb-index-multiple-cu-2.s')
-rw-r--r-- | lld/test/ELF/gdb-index-multiple-cu-2.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/gdb-index-multiple-cu-2.s b/lld/test/ELF/gdb-index-multiple-cu-2.s index 6fafaf54348..9cf2a0c8269 100644 --- a/lld/test/ELF/gdb-index-multiple-cu-2.s +++ b/lld/test/ELF/gdb-index-multiple-cu-2.s @@ -1,3 +1,4 @@ +# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/gdb-index-multiple-cu-2.s -o %t1.o # RUN: ld.lld --gdb-index %t.o %t1.o -o %t |