tqchen opened a new pull request, #19815: URL: https://github.com/apache/tvm/pull/19815
## Summary `LIBRARY_PATH=/opt/llvm/lib` globally changes GCC library search order in manylinux wheel builds, which can make conda LLVM's `libstdc++` override the manylinux GCC toolset linker script. `llvm-config --libfiles` already reports absolute LLVM archive paths, so this PR resolves the remaining raw `-lxml2` system library through CMake on Linux instead of changing linker search globally. - Resolve LLVM's Linux `-lxml2` system-lib entry to an absolute library path with `llvm-config --libdir` as a hint. - Remove the Linux wheel `LIBRARY_PATH=/opt/llvm/lib` override while keeping `CMAKE_PREFIX_PATH=/opt/llvm`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
