Puyan Lotfi | 06e65ca | 2018-10-01 10:50:23 +0000 | [diff] [blame] | 1 | # REQUIRES: zlib |
| 2 | |
Puyan Lotfi | af04864 | 2018-10-01 10:29:41 +0000 | [diff] [blame] | 3 | # 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 Brachet | d54d4f9 | 2019-06-14 02:04:02 +0000 | [diff] [blame] | 6 | # CHECK: cannot specify both --compress-debug-sections and --decompress-debug-sections |
Puyan Lotfi | af04864 | 2018-10-01 10:29:41 +0000 | [diff] [blame] | 7 | |