Include the value of ZLIB_ROOT in LLVMConfig.cmake so FindZLIB can pick it up. This fixes an issue where ZLIB is not found on AIX runtimes despite specifying -DZLIB_ROOT.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, if the user is setting the ZLIB_ROOT at configure time we should pass it on to the other build stages (e.g compiler-rt)