llvm-for-llvmta/test/tools/llvm-objcopy/ELF/compress-and-decompress-deb...

8 lines
278 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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 both --compress-debug-sections and --decompress-debug-sections