summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
diff options
context:
space:
mode:
authorDouglas Yung <douglas.yung@sony.com>2019-06-14 01:08:50 +0000
committerDouglas Yung <douglas.yung@sony.com>2019-06-14 01:08:50 +0000
commit5b188f8dac089b5ff1edbc86b22e5b40e77b12ed (patch)
tree893e7c2714148dc3ed028eb022c7ca70f6d7ed54 /llvm/test/tools
parent2c074bb39e25e69dc13b756beb9668ed3ffd1ae1 (diff)
downloadbcm5719-llvm-5b188f8dac089b5ff1edbc86b22e5b40e77b12ed.tar.gz
bcm5719-llvm-5b188f8dac089b5ff1edbc86b22e5b40e77b12ed.zip
Add REQUIRES: zlib to test added in r363325 as the profile uses zlib compression.
llvm-svn: 363347
Diffstat (limited to 'llvm/test/tools')
-rw-r--r--llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test b/llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test
index d9f58156450..5c04f7c6ba5 100644
--- a/llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test
+++ b/llvm/test/tools/llvm-cov/universal_bin_wrapping_archives.test
@@ -12,6 +12,7 @@ ar -q archive_32 obj1_32.o obj2_32.o
ar -q archive_64 obj1_64.o obj2_64.o
lipo -output universal_bin_wrapping_archives -create archive_32 archive_64
---
+REQUIRES: zlib
RUN: llvm-profdata merge %S/Inputs/universal_bin_wrapping_archives/universal_bin_wrapping_archives.proftext -o %t.profdata
OpenPOWER on IntegriCloud