[clang] [PGO] Add a clang option -fprofile-continuous that enables PGO continuous mode (PR #124353)
Wael Yehia via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 13:22:54 PST 2025
================
@@ -133,6 +133,16 @@ std::string getDefaultProfileGenName() {
: "default_%m.profraw";
}
+// Path and name of file used for profile generation
+std::string getProfileGenName(const CodeGenOptions &CodeGenOpts) {
----------------
w2yehia wrote:
sure. FYI I was following the style used by getDefaultProfileGenName above
https://github.com/llvm/llvm-project/pull/124353
More information about the cfe-commits
mailing list