Previously were in support. Since many many things depend on support,
were all forced to also depend on libxml2, which we only want in a few cases.
This puts all the libxml2 deps in a separate lib to be used only in a few
places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you remind me if we had any expected clients for manifest merging? Does LLD need to call this logic? If lld doesn't need to call this logic, I'd suggest we move this to tools/llvm-mt.
Comment Actions
LLD will need to call this logic. This will replace the external shell-out to "mt.exe" in DriverUtils, by merging manifests directly in the memory of the same process.