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 | |
Jordan Rupprecht | ad29d29 | 2019-02-21 17:05:19 +0000 | [diff] [blame^] | 6 | # CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time |
Puyan Lotfi | af04864 | 2018-10-01 10:29:41 +0000 | [diff] [blame] | 7 | |