Puyan Lotfi | af04864 | 2018-10-01 10:29:41 +0000 | [diff] [blame^] | 1 | # 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 |