diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2019-05-10 18:47:39 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2019-05-10 18:47:39 +0000 |
| commit | 8273fdc2a4847fa4631780812820c33b422def9e (patch) | |
| tree | 4e50b5c7c3d896071c3b5fe1b5054dd7aca8d728 /llvm | |
| parent | 2698390c68b5af71d8d46854148115084b8b24a5 (diff) | |
| download | bcm5719-llvm-8273fdc2a4847fa4631780812820c33b422def9e.tar.gz bcm5719-llvm-8273fdc2a4847fa4631780812820c33b422def9e.zip | |
Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two ways
to say the same thing.
llvm-svn: 360455
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/MC/ELF/nocompression.s | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-dwp/X86/nocompress.test | 2 | ||||
| -rw-r--r-- | llvm/test/tools/llvm-profdata/nocompress.test | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s index 2c82d4f1797..4da97a05cfd 100644 --- a/llvm/test/MC/ELF/nocompression.s +++ b/llvm/test/MC/ELF/nocompression.s @@ -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 diff --git a/llvm/test/tools/llvm-dwp/X86/nocompress.test b/llvm/test/tools/llvm-dwp/X86/nocompress.test index eaf2af2344d..d03895dddc8 100644 --- a/llvm/test/tools/llvm-dwp/X86/nocompress.test +++ b/llvm/test/tools/llvm-dwp/X86/nocompress.test @@ -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 diff --git a/llvm/test/tools/llvm-profdata/nocompress.test b/llvm/test/tools/llvm-profdata/nocompress.test index 65db61df74b..7830d36a5e6 100644 --- a/llvm/test/tools/llvm-profdata/nocompress.test +++ b/llvm/test/tools/llvm-profdata/nocompress.test @@ -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 |

