[PATCH] D118666: [ModuleUtils] Move EmbedBufferInModule to LLVMTransformsUtils

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 31 16:26:23 PST 2022


MaskRay added inline comments.


================
Comment at: llvm/include/llvm/Bitcode/BitcodeWriter.h:168
 
-  /// Embeds the memory buffer \p Buf into the module \p M as a global using the
-  /// section name \p SectionName.
----------------
Note that the convention is to use imperative sentences. `Embed`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118666



More information about the cfe-commits mailing list