summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/ELF/compress-and-decompress-debug-sections-error.test
blob: 6fd3f0beb9a65b36b35980807baf02b31613da93 (plain)
1
2
3
4
5
6
7
# 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

OpenPOWER on IntegriCloud