[lld] r314868 - [ELF] Fix buildbots
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 17:38:14 PDT 2017
Author: smeenai
Date: Tue Oct 3 17:38:14 2017
New Revision: 314868
URL: http://llvm.org/viewvc/llvm-project?rev=314868&view=rev
Log:
[ELF] Fix buildbots
Mark a test as requiring zlib.
Modified:
lld/trunk/test/ELF/compressed-debug-conflict.s
Modified: lld/trunk/test/ELF/compressed-debug-conflict.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/compressed-debug-conflict.s?rev=314868&r1=314867&r2=314868&view=diff
==============================================================================
--- lld/trunk/test/ELF/compressed-debug-conflict.s (original)
+++ lld/trunk/test/ELF/compressed-debug-conflict.s Tue Oct 3 17:38:14 2017
@@ -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
More information about the llvm-commits
mailing list