[PATCH] D35334: ThinLTO Minimized Bitcode File Size Reduction

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 14:57:17 PDT 2017


tejohnson added inline comments.


================
Comment at: lib/Bitcode/Writer/BitcodeWriter.cpp:101
+/// Base class to manage the module bitcode writing, currently subclassed for
+/// ModuleBitcodeWriter and SummaryBitcodeWriter.
+class ModuleBitcodeWriterBase : public BitcodeWriterBase {
----------------
Just noticed, this should be ThinLinkBitcodeWriter now.


https://reviews.llvm.org/D35334





More information about the llvm-commits mailing list