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/test/tools/llvm-profdata | |
| 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/test/tools/llvm-profdata')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/nocompress.test | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 

