[PATCH] D45928: [LLVM-C] Add DIBuilder Bindings For Variable Creation

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 22 05:29:40 PDT 2018


CodaFi created this revision.
CodaFi added reviewers: harlanhaskins, whitequark.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D45928

Files:
  bindings/go/llvm/DIBuilderBindings.cpp
  bindings/go/llvm/DIBuilderBindings.h
  bindings/go/llvm/dibuilder.go
  include/llvm-c/DebugInfo.h
  lib/IR/DebugInfo.cpp
  test/Bindings/llvm-c/debug_info.ll
  tools/llvm-c-test/debuginfo.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45928.143467.patch
Type: text/x-patch
Size: 17769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180422/906175e1/attachment-0001.bin>


More information about the llvm-commits mailing list