summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/compress-debug-sections-invalid-format.test
blob: 854dfe26560b6208887d200895e437c13313f55e (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