This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Test case demonstrating issues with generation of .debug_frame
ClosedPublic

Authored by RamNalamothu on Jan 15 2021, 9:27 AM.

Details

Summary

This test case demonstrates that the Call Frame Information generation is
totally biased towards whether exceptions are enabled or not. Currently
LLVM does not generate CFI i.e. a .debug_frame for debug purpose even
if --force-dwarf-frame-section is enabled unless exceptions are enabled.

Diff Detail

Event Timeline

RamNalamothu created this revision.Jan 15 2021, 9:27 AM
RamNalamothu requested review of this revision.Jan 15 2021, 9:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 15 2021, 9:27 AM
scott.linder accepted this revision.Jan 21 2021, 8:35 AM
This revision is now accepted and ready to land.Jan 21 2021, 8:35 AM