[PATCH] D35910: Make __start_sec __end_sec handling more precise

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 16:19:27 PDT 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/LTO.h:43
 class BitcodeCompiler {
+  llvm::DenseSet<StringRef> UsedStartStop;
+
----------------
Nit: I'd move this to where the other fields are.


https://reviews.llvm.org/D35910





More information about the llvm-commits mailing list