This is an archive of the discontinued LLVM Phabricator instance.

Go bindings: add DIBuilder.InsertValueAtEnd
ClosedPublic

Authored by axw on Nov 22 2014, 11:41 PM.

Details

Summary

Expose llvm::DIBuilder::insertDbgValueIntrinsic as DIBuilder.InsertValueAtEnd in the Go bindings, to support attaching debug metadata to register values.

Diff Detail

Event Timeline

axw updated this revision to Diff 16533.Nov 22 2014, 11:41 PM
axw retitled this revision from to Go bindings: add DIBuilder.InsertValueAtEnd.
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).

The bindings change LGTM.

pcc closed this revision.Nov 25 2014, 1:05 PM
pcc updated this revision to Diff 16631.
pcc edited edge metadata.

Closed by commit rL222790 (authored by @pcc).