[PATCH] D36255: Integrate manifest merging library into LLD.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 18:11:44 PDT 2017


ecbeckmann added inline comments.


================
Comment at: lld/COFF/DriverUtils.cpp:373
+
+  OutputBuffer = Merger.getMergedManifest();
+
----------------
ruiu wrote:
> Define `OutputBuffer` here instead of at the binning of this function, as this is the first line you are using that variable.
now defined right before use


https://reviews.llvm.org/D36255





More information about the llvm-commits mailing list