to say the same thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360455
91177308-0d34-0410-b5e6-
96231b3b80d8
-// 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
-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
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