blob: 0478c22f3257ce71d71904ce1005f5c9f958a09a [file] [log] [blame]
Puyan Lotfiaf048642018-10-01 10:29:41 +00001# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
2# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
3
4# CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time.
5