Fix a broken buildbot.

llvm-svn: 343983
This commit is contained in:
Rui Ueyama 2018-10-08 17:24:29 +00:00
parent bce181c64f
commit 9b5a495d48
1 changed files with 1 additions and 1 deletions

View 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