forked from OSchip/llvm-project
[ELF] Fix buildbots
Mark a test as requiring zlib. llvm-svn: 314868
This commit is contained in:
parent
732f4e2778
commit
e631c566e0
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: x86
|
||||
# REQUIRES: x86, zlib
|
||||
# RUN: llvm-mc -filetype=obj -triple i686-linux-gnu -compress-debug-sections=zlib %s -o %t.o
|
||||
# RUN: llvm-readobj -sections %t.o | FileCheck -check-prefix=OBJ %s
|
||||
# RUN: not ld.lld %t.o %t.o -o %tout 2>&1 | FileCheck -check-prefix=ERROR %s
|
||||
|
|
Loading…
Reference in New Issue