[PATCH] D23488: ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 21 20:05:45 PST 2016
tejohnson added inline comments.
================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:337
+ DEBUG(dbgs() << "Imported!\n");
// Insert the newly imported function to the worklist.
----------------
mehdi_amini wrote:
> Is this intended?
Looks like it snuck in with your early version of the patch. I'll remove it.
https://reviews.llvm.org/D23488
More information about the llvm-commits
mailing list