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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60 ms | x64 debian > LLVM.Bindings/Go::go.test |
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)