summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF/compress-debug-sections-invalid-format.test
blob: ae801dc7fbeac901a5a0dad329d36a5909addb2d (plain)
1
2
3
4
5
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
# RUN: not llvm-objcopy --compress-debug-sections=zlib-fake %t.o 2>&1 | FileCheck %s

# CHECK: invalid or unsupported --compress-debug-sections format: zlib-fake

OpenPOWER on IntegriCloud