llvm/test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test
Puyan Lotfi 2d661fe936 [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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343454 91177308-0d34-0410-b5e6-96231b3b80d8
2018-10-01 10:50:23 +00:00

8 lines
307 B
Plaintext

# 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
# CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time.