If we ignore CMAKE_SYSROOT here, we end up always using the host
information for libxml2, when it is not appropriate. This makes builds
less hermetic than they should ideally be.
Details
Details
- Reviewers
ruiu
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19601 Build 19601: arc lint + arc unit
Event Timeline
Comment Actions
Removed this in favor of the suggestions in https://reviews.llvm.org/D48459. Setting the CMAKE_FIND_ROOT_PATH_MODE* variables does make this properly hermetic.