[PATCH] D40779: [cmake] Fix zlib library detection
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 15:21:40 PST 2017
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: cmake/config-ix.cmake:143
+ endif()
+ endforeach()
endif()
----------------
It might be nicer if this was out-of-lined.
https://reviews.llvm.org/D40779
More information about the llvm-commits
mailing list