mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-17 19:06:09 +00:00

M test/tools/llvm-objcopy/compress-and-decompress-debug-sections-error.test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343454 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
307 B
Plaintext
8 lines
307 B
Plaintext
# REQUIRES: zlib
|
|
|
|
# RUN: yaml2obj %p/Inputs/compress-debug-sections.yaml -o %t.o
|
|
# RUN: not llvm-objcopy --compress-debug-sections=zlib --decompress-debug-sections %t.o 2>&1 | FileCheck %s
|
|
|
|
# CHECK: Cannot specify --compress-debug-sections at the same time as --decompress-debug-sections at the same time.
|
|
|