[clang] [llvm] [MemProf] Split MemProfiler into Instrumentation and Use. (PR #142811)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 4 18:30:35 PDT 2025
================
@@ -58,97 +43,11 @@ namespace llvm {
extern cl::opt<bool> PGOWarnMissing;
extern cl::opt<bool> NoPGOWarnMismatch;
extern cl::opt<bool> NoPGOWarnMismatchComdatWeak;
+extern cl::opt<bool> MemProfReportHintedSizes;
----------------
teresajohnson wrote:
I think these 3 can be removed - I assume these came from the version before I submitted my most recent change to this file.
https://github.com/llvm/llvm-project/pull/142811
More information about the llvm-commits
mailing list