[PATCH] D35586: [ProfData] Detect if zlib is available

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 08:39:41 PDT 2017


dblaikie added a comment.

In https://reviews.llvm.org/D35586#814588, @chenwj wrote:

> In https://reviews.llvm.org/D35586#814443, @dblaikie wrote:
>
> > Test case?
>
>
> @dblaikie Would you like me to upload a compressed profile data, or ?


Yep, that'd probably be my approach - a checked in binary profile file with compressed data (including instructions in the .test file about how to reproduce the file in case anyone needs to maintain/modify/etc). (& you'll need "REQUIRES: nozlib" to ensure the test is only run when zlib is not available)


https://reviews.llvm.org/D35586





More information about the llvm-commits mailing list