]> granicus.if.org Git - llvm/commitdiff
Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways
authorPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:47:39 +0000 (18:47 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 10 May 2019 18:47:39 +0000 (18:47 +0000)
to say the same thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360455 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ELF/nocompression.s
test/tools/llvm-dwp/X86/nocompress.test
test/tools/llvm-profdata/nocompress.test

index 2c82d4f1797443038b21cc95aaa611ea83c21649..4da97a05cfd7b045b5f3a2a329afd3d6e19c7dd1 100644 (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
 
index eaf2af2344da5cebf73cddd0e604581ef0bad6f1..d03895dddc8ac459f1d69448e7c72abda5b09f23 100644 (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
index 65db61df74b5066b1e36954923b4b83c67aef20c..7830d36a5e66c04a4d8cf029240660201f5cd580 100644 (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