blob: aac9bb3042f9e481d1dc657a78d628731d7036ea [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
Jordan Rupprechtad29d292019-02-21 17:05:19 +00006# CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time
Puyan Lotfiaf048642018-10-01 10:29:41 +00007