This is an archive of the discontinued LLVM Phabricator instance.

[DEBUGINFO, NVPTX]Emit last debugging directives.
ClosedPublic

Authored by ABataev on Nov 9 2018, 8:36 AM.

Details

Summary

We may end up with not emitted debug directives at the end of the module
emission. Patch fixes this problem emitting those last directives the
end of the module emission.

Diff Detail

Event Timeline

ABataev created this revision.Nov 9 2018, 8:36 AM
ABataev updated this revision to Diff 173354.Nov 9 2018, 8:46 AM

Fixed comment in the test.

echristo accepted this revision.Dec 5 2018, 10:30 PM

LGTM.

This revision is now accepted and ready to land.Dec 5 2018, 10:30 PM
This revision was automatically updated to reflect the committed changes.