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

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 15:57:06 PDT 2017


ecbeckmann added inline comments.


================
Comment at: lld/COFF/DriverUtils.cpp:352
+
+std::unique_ptr<MemoryBuffer> OutputBuffer;
 
----------------
zturner wrote:
> Indentation is off here.  Is this clang-formatted?
hmm seems it wasn't


https://reviews.llvm.org/D36255





More information about the llvm-commits mailing list