xref: /llvm-project/llvm/test/tools/llvm-objcopy/ELF/compress-and-decompress-debug-sections-error.test (revision d54d4f990592bfcc9d6cdccc2eb086c83bfbaa3a)
16e4dc6f2SAlexander Shaposhnikov# REQUIRES: zlib
26e4dc6f2SAlexander Shaposhnikov
36e4dc6f2SAlexander Shaposhnikov# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
46e4dc6f2SAlexander Shaposhnikov# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
56e4dc6f2SAlexander Shaposhnikov
6*d54d4f99SAlex Brachet# CHECK: cannot specify both --compress-debug-sections and --decompress-debug-sections
76e4dc6f2SAlexander Shaposhnikov
8