[PATCH] D35425: Implement parsing and writing of a single xml manifest file.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 14:35:11 PDT 2017


ecbeckmann added inline comments.


================
Comment at: llvm/tools/llvm-mt/llvm-mt.cpp:146
+  if (!OutputBuffer) {
+    outs() << "llvm-mt: empty manifest not written\n";
+  } else {
----------------
ruiu wrote:
> ruiu wrote:
> > Isn't this an error? Looks like this program exits with 0 in this case.
> How about this?
check most recent patch.


https://reviews.llvm.org/D35425





More information about the llvm-commits mailing list