]> granicus.if.org Git - llvm/commit
Go bindings: add DIBuilder.InsertValueAtEnd
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 25 Nov 2014 21:05:04 +0000 (21:05 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 25 Nov 2014 21:05:04 +0000 (21:05 +0000)
commit5a4bf227a915525912f8cfdb28270746678591d9
tree206d4768656c4813c3c386543df4d3f2031f1e9f
parentc9d99b504d9dabab373a6f419b413387f572cd11
Go bindings: add DIBuilder.InsertValueAtEnd

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

Patch by Andrew Wilkins!

Differential Revision: http://reviews.llvm.org/D6374

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222790 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/dibuilder.go