[PATCH] D35819: Move manifest utils into separate lib, to reduce libxml2 deps.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 15:42:46 PDT 2017


ecbeckmann added a comment.

In https://reviews.llvm.org/D35819#820736, @rnk wrote:

> 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`.


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.


https://reviews.llvm.org/D35819





More information about the llvm-commits mailing list