blob: 0866e2009e93ef18b8f7474c6b0237fdcca52b5a [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
6# CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time.
7