blob: 6fd3f0beb9a65b36b35980807baf02b31613da93 [file] [log] [blame]
Puyan Lotfi06e65ca2018-10-01 10:50:23 +00001# REQUIRES: zlib
2
Puyan Lotfiaf048642018-10-01 10:29:41 +00003# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
4# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
5
Alex Brachetd54d4f92019-06-14 02:04:02 +00006# CHECK: cannot specify both --compress-debug-sections and --decompress-debug-sections
Puyan Lotfiaf048642018-10-01 10:29:41 +00007