[PATCH] D46725: [LLVM-C] Consolidate llgo's DIBuilder Bindings

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 10 14:03:00 PDT 2018


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

Move and correct LLVMDIBuilderCreateTypedef.  This is the last API in DIBuilderBindings.h, so it is being removed and the C API will now be re-exported from IRBindings.h.


Repository:
  rL LLVM

https://reviews.llvm.org/D46725

Files:
  bindings/go/llvm/DIBuilderBindings.cpp
  bindings/go/llvm/DIBuilderBindings.h
  bindings/go/llvm/IRBindings.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: D46725.146220.patch
Type: text/x-patch
Size: 13041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180510/2b951e4d/attachment.bin>


More information about the llvm-commits mailing list