forked from OSchip/llvm-project
Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways
to say the same thing. llvm-svn: 360455
This commit is contained in:
parent
2698390c68
commit
8273fdc2a4
|
@ -1,4 +1,4 @@
|
|||
// REQUIRES: nozlib
|
||||
// REQUIRES: !zlib
|
||||
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
||||
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
REQUIRES: nozlib
|
||||
REQUIRES: !zlib
|
||||
RUN: not llvm-dwp %p/../Inputs/compress/a.dwo -o %t 2>&1 | FileCheck %s
|
||||
|
||||
CHECK: error: failure while decompressing compressed section: '.zdebug_{{.*}}.dwo', zlib is not available
|
||||
|
|
|
@ -10,6 +10,6 @@ $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/compressed.profraw ./a.out
|
|||
|
||||
RUN: not llvm-profdata show %p/Inputs/compressed.profraw -o %t 2>&1 | FileCheck %s
|
||||
|
||||
REQUIRES: nozlib
|
||||
REQUIRES: !zlib
|
||||
|
||||
CHECK: error: {{.*}} Profile uses zlib compression but the profile reader was built without zlib support
|
||||
|
|
Loading…
Reference in New Issue