================
@@ -2056,6 +2056,14 @@ void DwarfDebug::beginInstruction(const MachineInstr *MI) {
}
}
+ auto RecordSourceLine = [&](auto &DL, auto Flags) {
----------------
yxsamliu wrote:
will do
https://github.com/llvm/llvm-project/pull/106230