[PATCH] D87339: [NFC][ThinLTO] Let llvm::EmbedBitcodeInModule handle serialization.

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 10:12:28 PDT 2020


mtrofin added inline comments.


================
Comment at: llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:4839
                    (const unsigned char *)Buf.getBufferEnd())) {
       // If the input is LLVM Assembly, bitcode is produced by serializing
       // the module. Use-lists order need to be preserved in this case.
----------------
tejohnson wrote:
> Update comment.
none of that comment applies, really


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87339/new/

https://reviews.llvm.org/D87339



More information about the llvm-commits mailing list