summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2018-10-01 10:50:23 +0000
committerPuyan Lotfi <puyan@puyan.org>2018-10-01 10:50:23 +0000
commit06e65cae4ab48f9e52a9a65b7ab261bdf21e63d4 (patch)
tree8a14fc3673519a6e603c1b10eb4073b8aa4d9833
parent329fc143fdf3fb7019bd4f1abcb051b657e302b0 (diff)
downloadbcm5719-llvm-06e65cae4ab48f9e52a9a65b7ab261bdf21e63d4.tar.gz
bcm5719-llvm-06e65cae4ab48f9e52a9a65b7ab261bdf21e63d4.zip
[NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bots without zlib.
M test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test llvm-svn: 343454
-rw-r--r--llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test b/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
index 0478c22f325..0866e2009e9 100644
--- a/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
+++ b/llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
@@ -1,3 +1,5 @@
+# REQUIRES: zlib
+
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud