[PATCH] D57366: Add zlib feature to compiler-rt lit config

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 17:36:08 PST 2019


eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: compiler-rt/test/lit.common.configured.in:49
 
+config.have_zlib = "@HAVE_LIBZ"
+
----------------
Use set_default for consistency. I doubt anything would want to override this setting, but still.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57366/new/

https://reviews.llvm.org/D57366





More information about the llvm-commits mailing list