[PATCH] D122024: NFC. Refactor bitcode writer
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 19 23:42:56 PDT 2022
efriedma added inline comments.
================
Comment at: llvm/include/llvm/Bitcode/BitcodeWriterBase.h:199
+/// Class to manage the bitcode writing for a module.
+class ModuleBitcodeWriter : public ModuleBitcodeWriterBase {
+ /// Pointer to the buffer allocated by caller for bitcode writing.
----------------
Not sure I follow why you're exposing ModuleBitcodeWriter publicly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122024/new/
https://reviews.llvm.org/D122024
More information about the llvm-commits
mailing list