[llvm] [memprof] Undrift MemProfRecord (PR #120138)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 13:11:51 PST 2024
================
@@ -171,6 +171,10 @@ static cl::opt<std::string>
cl::desc("The default memprof options"),
cl::Hidden, cl::init(""));
+static cl::opt<bool> UndriftProfile("memprof-undrift-profile",
----------------
kazutakahirata wrote:
I've renamed the option to `-memprof-salvage-stale-profile`. Please take a look. Thanks!
https://github.com/llvm/llvm-project/pull/120138
More information about the llvm-commits
mailing list