Add REQUIRES: zlib to gdb-index.s test

llvm-svn: 324978
This commit is contained in:
Reid Kleckner 2018-02-13 01:19:56 +00:00
parent c5ec51ef4f
commit 1941bb7887
1 changed files with 1 additions and 1 deletions

View File

@ -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