This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Add DIBuilder Bindings For Variable Creation
ClosedPublic

Authored by CodaFi on Apr 22 2018, 5:26 AM.

Details

Summary

Wrap LLVMDIBuilderCreateAutoVariable, LLVMDIBuilderCreateParameterVariable, LLVMDIBuilderCreateExpression, and move and correct LLVMDIBuilderInsertDeclareBefore and LLVMDIBuilderInsertDeclareAtEnd from the Go bindings to the C bindings.

Diff Detail

Repository
rL LLVM

Event Timeline

CodaFi created this revision.Apr 22 2018, 5:26 AM
This revision is now accepted and ready to land.Apr 22 2018, 8:00 AM
harlanhaskins accepted this revision.Apr 22 2018, 12:18 PM
This revision was automatically updated to reflect the committed changes.