[PATCH] D30220: Only enable AddDiscriminator pass when -fdebug-info-for-profiling is true
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 21 11:47:22 PST 2017
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Did you want to enable all DebugInfoForProfiling features when there's a sample profile specified? (not sure if all of the features are needed when stitching things back up, or if some of them are only needed for emission/tracking purposes)
https://reviews.llvm.org/D30220
More information about the cfe-commits
mailing list