[lld] r343983 - Fix a broken buildbot.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 10:24:29 PDT 2018


Author: ruiu
Date: Mon Oct  8 10:24:29 2018
New Revision: 343983

URL: http://llvm.org/viewvc/llvm-project?rev=343983&view=rev
Log:
Fix a broken buildbot.

Modified:
    lld/trunk/test/ELF/strip-debug.s

Modified: lld/trunk/test/ELF/strip-debug.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/strip-debug.s?rev=343983&r1=343982&r2=343983&view=diff
==============================================================================
--- lld/trunk/test/ELF/strip-debug.s (original)
+++ lld/trunk/test/ELF/strip-debug.s Mon Oct  8 10:24:29 2018
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, zlib
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
 # RUN: ld.lld %t -o %t2 --strip-debug
 # RUN: llvm-readobj -sections %t2 | FileCheck %s




More information about the llvm-commits mailing list