diff options
-rw-r--r-- | lld/test/ELF/gdb-index.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/gdb-index.s b/lld/test/ELF/gdb-index.s index ff8217bbc07..9c763ab5834 100644 --- a/lld/test/ELF/gdb-index.s +++ b/lld/test/ELF/gdb-index.s @@ -1,4 +1,4 @@ -# REQUIRES: x86 +# REQUIRES: x86, zlib # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/gdb-index.s -o %t2.o # RUN: ld.lld --gdb-index %t1.o %t2.o -o %t |