Fix a broken buildbot.
authorRui Ueyama <ruiu@google.com>
Mon, 8 Oct 2018 17:24:29 +0000 (17:24 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 8 Oct 2018 17:24:29 +0000 (17:24 +0000)
llvm-svn: 343983

lld/test/ELF/strip-debug.s

index f33f1ca..e5295f1 100644 (file)
@@ -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