[PATCH] D74176: [CMake] Link against ZLIB::ZLIB
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 15:33:35 PST 2020
wenlei added a comment.
This change broke our use of LLVMSupport library, and I also noticed it's been reverted already.
It was previously broken even without this patch, and we had to hack/patch it internally to make it work for our use case. Here's what we had internally: https://reviews.llvm.org/D72490. It's not landed, but there's some discussion about this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74176/new/
https://reviews.llvm.org/D74176
More information about the llvm-commits
mailing list