[PATCH] D129662: [Proof of concept] Add an opt-in way to statically link a hermetic libxml2
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 02:58:56 PDT 2022
hans added a comment.
It certainly simplifies build_llvm_release.bat a lot :-)
nit: Calling this hermetic seems counter-intuitive here, since it's actually pulling in stuff from way outside the build -- the opposite of hermetic really. Maybe the flag value should be "DOWNLOAD" or something like that?
But yeah, also not sure whether this is worth it. I kind of wish llvm-mt didn't have this dependency and could use something simpler, but I don't know whether that's realistic.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129662/new/
https://reviews.llvm.org/D129662
More information about the llvm-commits
mailing list