[PATCH] D31027: [ThinLTO] Add support for emitting minimized bitcode for thin link
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 19:37:41 PDT 2017
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Bitcode/Writer/BitcodeWriter.cpp:3802
+ Stream.EmitRecord(bitc::MODULE_CODE_HASH, ArrayRef<uint32_t>(*ModHash));
+ return;
+ }
----------------
Unnecessary return statement.
https://reviews.llvm.org/D31027
More information about the llvm-commits
mailing list