[PATCH] D25435: Add -femit-accurate-debug-info to emit more debug info for sample pgo profile collection

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 11 13:38:36 PST 2016


hfinkel added a comment.

In https://reviews.llvm.org/D25435#609320, @danielcdh wrote:

> change the flag name to -fprofile-debug


I don't really like this name because it sounds like it might be enabling some kind of debugging of the profiling. How about -fdebug-info-for-profiling. Another options is to make it a mode for -g such as -gprofiling.


https://reviews.llvm.org/D25435





More information about the cfe-commits mailing list