================ @@ -98,13 +99,16 @@ extern cl::opt<bool> PrintPipelinePasses; static cl::opt<bool> ClSanitizeOnOptimizerEarlyEP( "sanitizer-early-opt-ep", cl::Optional, cl::desc("Insert sanitizers on OptimizerEarlyEP."), cl::init(false)); -} + +extern cl::opt<InstrProfCorrelator::ProfCorrelatorKind> ProfileCorrelate; ---------------- ZequanWu wrote:
I'm not sure if I understand this comment. Do you mean just keep debug-info kind? `ProfileCorrelate` is used below for getting default profile name. https://github.com/llvm/llvm-project/pull/69493 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits