Files
clang-p2996/llvm/lib/DebugInfo/Symbolize
Zequan Wu 535b28444f [Symbolize] Always use filename:line from debug info when debug info for the given address is available. (#128619)
To reland https://github.com/llvm/llvm-project/pull/124846, we need to
make symbolizer consistent with the case when line number is 0. Always
using filename and line from debug info even if the line number is 0
sounds like the reasonable path to go.
2025-03-25 16:09:23 -04:00
..