[PATCH] D45106: [Build] Use LIBXML2_LIBRARIES from find_package
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 3 01:56:06 PDT 2018
labath added a comment.
Hmm... I see now that you add this only to the library list of the WindowsManifest module. I this case you might be able to get away with it because it will not make it's way into the `llvm-config --system-libs` output. However, this may actually be a sign of a bigger problem, as that may mean that things (external projects, mostly) which link against this library will not get the complete link command.
Repository:
rL LLVM
https://reviews.llvm.org/D45106
More information about the llvm-commits
mailing list