[llvm] [BOLT] Fix debug line emission for functions in multiple compilation units (PR #151230)
Alexander Yermolovich via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 11 10:40:50 PDT 2025
================
@@ -1496,9 +1488,24 @@ Error BinaryFunction::disassemble() {
}
add_instruction:
----------------
ayermolo wrote:
As followup diff can you refactor this code to remove goto
https://github.com/llvm/llvm-project/pull/151230
More information about the llvm-commits
mailing list