mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-17 09:54:48 +00:00
06943952f3
One more place where Decompressor class can be reused. Differential revision: https://reviews.llvm.org/D28679 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291906 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
RUN: not llvm-dwp %p/../Inputs/compress/a.dwo -o %t 2>&1 | FileCheck %s
|
|
|
|
REQUIRES: nozlib
|
|
|
|
CHECK: error: failure while decompressing compressed section: '.zdebug_{{.*}}.dwo', zlib is not available
|