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:
Paul Robinson 2019-05-10 18:47:39 +00:00
parent 2698390c68
commit 8273fdc2a4
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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