llvm-project
b6c06d1a - [ORC] Fix bug in source file name finding in DebuggerSupportPlugin.

Commit
344 days ago
[ORC] Fix bug in source file name finding in DebuggerSupportPlugin. The debug section map was using MachO section names (with the "__" prefix), but DWARFContext expects section names with the object format prefix stripped off. This was preventing DWARFContext from accessing the debug_str section, resulting in bogus source name strings.
Author
Committer
Parents
Loading