[PATCH] D22028: [PGO] Don't include full file path in static function profile counter names
David Li via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 16:12:51 PDT 2016
davidxl added a comment.
I think this should be controlled by an internal option -- I think default can be stripping the path as done in this patch: it is unlikely that two static functions have source files with the same name and the same cfg hash.
Repository:
rL LLVM
http://reviews.llvm.org/D22028
More information about the llvm-commits
mailing list