[clang] [llvm] [KeyInstr] Add DISubprogram::keyInstructions bit (PR #144107)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 09:11:38 PDT 2025
================
@@ -1904,7 +1904,8 @@ CGDebugInfo::createInlinedSubprogram(StringRef FuncName,
/*ScopeLine=*/0,
/*Flags=*/llvm::DINode::FlagArtificial,
/*SPFlags=*/llvm::DISubprogram::SPFlagDefinition,
- /*TParams=*/nullptr, /*ThrownTypes=*/nullptr, /*Annotations=*/nullptr);
+ /*TParams=*/nullptr, /*ThrownTypes=*/nullptr, /*Annotations=*/nullptr,
+ nullptr, StringRef(), CGM.getCodeGenOpts().DebugKeyInstructions);
----------------
OCHyams wrote:
Done here but can't see other hunks this might apply to?
https://github.com/llvm/llvm-project/pull/144107
More information about the llvm-commits
mailing list