[llvm] r343454 - [NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bots without zlib.

Puyan Lotfi via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 03:50:23 PDT 2018


Author: zer0
Date: Mon Oct  1 03:50:23 2018
New Revision: 343454

URL: http://llvm.org/viewvc/llvm-project?rev=343454&view=rev
Log:
[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

Modified:
    llvm/trunk/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test

Modified: llvm/trunk/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test?rev=343454&r1=343453&r2=343454&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test (original)
+++ llvm/trunk/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test Mon Oct  1 03:50:23 2018
@@ -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
 




More information about the llvm-commits mailing list