This is an archive of the discontinued LLVM Phabricator instance.

[DEBUGINFO, NVPTX] Set `DW_AT_frame_base` to `DW_OP_call_frame_cfa`.
ClosedPublic

Authored by ABataev on Apr 18 2018, 12:36 PM.

Details

Summary

For NVPTX target the value of DW_AT_frame_base attribute must be set
to DW_OP_call_frame_cfa.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Apr 18 2018, 12:36 PM
tra removed a reviewer: tra.Apr 19 2018, 10:41 AM
tra added a subscriber: tra.
echristo accepted this revision.Jul 25 2018, 2:46 PM

LGTM.

This revision is now accepted and ready to land.Jul 25 2018, 2:46 PM
This revision was automatically updated to reflect the committed changes.