[llvm] [MemProf] Add option to match summary and definition strictly (PR #83665)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 14:32:19 PST 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 {
----------------
teresajohnson wrote:
Can we avoid this by moving the def of this flag somewhere common to all uses?
https://github.com/llvm/llvm-project/pull/83665
More information about the llvm-commits
mailing list