From e631c566e078fd1e4620e78529d868c31705820c Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Wed, 4 Oct 2017 00:38:14 +0000 Subject: [PATCH] [ELF] Fix buildbots Mark a test as requiring zlib. llvm-svn: 314868 --- lld/test/ELF/compressed-debug-conflict.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/compressed-debug-conflict.s b/lld/test/ELF/compressed-debug-conflict.s index 5c7d343f94b9..c67bc9201803 100644 --- a/lld/test/ELF/compressed-debug-conflict.s +++ b/lld/test/ELF/compressed-debug-conflict.s @@ -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