[llvm] [MemProf] Add option to match summary and definition strictly (PR #83665)

via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 10 23:49:26 PDT 2024


================
@@ -134,6 +134,12 @@ static cl::opt<bool> TryUseNewDbgInfoFormat(
     cl::desc("Enable debuginfo iterator positions, if they're built in"),
     cl::init(false));
 
+namespace llvm {
----------------
lifengxiang1025 wrote:

https://github.com/llvm/llvm-project/pull/83665/commits/46ddde05cfcb8c141c88d5a7b392441f4e2f3883
Move `EnableMemProfContextDisambiguation` from PassBuilderPipelines.cpp to MemProfContextDisambiguation.cpp. Now there only one definition of `EnableMemProfContextDisambiguation`.

https://github.com/llvm/llvm-project/pull/83665


More information about the llvm-commits mailing list