This is an archive of the discontinued LLVM Phabricator instance.

[DWARF][EntryValues] Emit GNU extensions in the case of DWARF 4 + SCE
ClosedPublic

Authored by djtodoro on Jul 9 2020, 1:13 AM.

Details

Summary

Emit DWARF 5 call-site symbols even though DWARF 4 is set, only in the case of LLDB tuning.

This patch addresses PR46643.

Diff Detail

Event Timeline

djtodoro created this revision.Jul 9 2020, 1:13 AM
probinson accepted this revision.Jul 9 2020, 7:17 AM

Thanks! This will keep the debugger folks off my case. :-)

This revision is now accepted and ready to land.Jul 9 2020, 7:17 AM

Thanks! This will keep the debugger folks off my case. :-)

:D

Thanks for the review!

djtodoro updated this revision to Diff 276743.Jul 9 2020, 8:12 AM
vsk accepted this revision.Jul 9 2020, 9:47 AM
This revision was automatically updated to reflect the committed changes.