[PATCH] D35753: llvm-mt: implement simple merging of manifests, not factoring namespaces.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 24 16:15:50 PDT 2017


ecbeckmann added inline comments.


================
Comment at: llvm/include/llvm/Support/WindowsManifestMerger.h:84
 
 #if LLVM_LIBXML2_ENABLED
+  XMLDocumentImpl CombinedDoc = nullptr;
----------------
ruiu wrote:
> Likewise, always define this variable and don't use it if libxml is not available.
Unfortunately this will cause the sanitizer to complain that "CombinedDoc is never used".


https://reviews.llvm.org/D35753





More information about the llvm-commits mailing list