[PATCH] D29309: [PM] Add support for instrumented PGO in the new pass manager (clang-side)
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 11:05:22 PST 2017
davidxl added inline comments.
================
Comment at: lib/CodeGen/BackendUtil.cpp:805
+ else
+ PB.ProfileGenFile = "default_%m.profraw";
+ }
----------------
can you define a macro for the default profile file name to be shared?
https://reviews.llvm.org/D29309
More information about the llvm-commits
mailing list