bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-objcopy/ELF/compress-and-decompress-debug-sections-error.test
2025-02-14 19:21:04 +01:00

7 lines
278 B
Text

# 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