[PATCH] D46168: [LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 19:58:28 PDT 2018


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

- https://reviews.llvm.org/rL328953 does not include bindings for LLVMDIBuilderCreateClassType and LLVMDIBuilderCreateBitFieldMemberType despite declaring their prototypes.  Provide these bindings now.
- Switch to more precise types with specific numeric limits matching the DIBuilder's C++ API.


Repository:
  rL LLVM

https://reviews.llvm.org/D46168

Files:
  include/llvm-c/DebugInfo.h
  lib/IR/DebugInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46168.144266.patch
Type: text/x-patch
Size: 17275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180427/0276e92f/attachment.bin>


More information about the llvm-commits mailing list