[PATCH] D69412: build: avoid hardcoding the libxml2 library name
Steven Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 11:38:29 PST 2019
srj added a comment.
I haven't found any reasonable workarounds for this breakage; CMake is apparently splitting `-l/usr/lib/x86_64-linux-gnu/libxml2.so` into `-l/usr/lib/x86_64` and `-linux-gnu/libxml2.so`, neither of which are valid dependencies, so our builds are totally broken. If a fix isn't forthcoming, can we please roll this change back at your earliest convenience?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69412/new/
https://reviews.llvm.org/D69412
More information about the llvm-commits
mailing list