This is an archive of the discontinued LLVM Phabricator instance.

bindings/go: expose DIBuilder::createReplaceableCompositeType
ClosedPublic

Authored by axw on Feb 24 2015, 2:24 AM.

Details

Summary

We extend the DIBuilder type, adding a method for creating
replaceable composite types. This is necessary for creating
debug info describing self-referential types.

Diff Detail

Event Timeline

axw updated this revision to Diff 20581.Feb 24 2015, 2:24 AM
axw retitled this revision from to bindings/go: expose DIBuilder::createReplaceableCompositeType.
axw updated this object.
axw edited the test plan for this revision. (Show Details)
axw added a reviewer: pcc.
axw added a subscriber: Unknown Object (MLST).
pcc accepted this revision.Mar 2 2015, 12:37 AM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 2 2015, 12:37 AM
This revision was automatically updated to reflect the committed changes.