summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/nocompress.test
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
| | | | | | to say the same thing. llvm-svn: 360455
* [ProfData] Detect if zlib is availableDavid Blaikie2017-07-211-0/+15
As discussed on [1], if the profile is compressed and llvm-profdata is not built with zlib support, the error message is not informative. Give a better error message if zlib is not available. [1] http://lists.llvm.org/pipermail/llvm-dev/2017-July/115571.html Reviewers: davidxl, dblaikie Differential Revision: https://reviews.llvm.org/D35586 llvm-svn: 308789
OpenPOWER on IntegriCloud