[llvm] Symbolize line zero as if no source info is available (PR #124846)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 14:28:36 PST 2025


dwblaikie wrote:

We could probably sink this handling down into recordSourceLine so it does kick in for explicitly zero DILocation'd instructions too (these happen for things like call instructions that get merged)

https://github.com/llvm/llvm-project/pull/124846


More information about the llvm-commits mailing list