[PATCH] D47123: [LLVM-C] Add DIBuilder Bindings For ObjC Classes

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 20 16:51:45 PDT 2018


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

Add LLVMDIBuilderCreateObjCIVar, LLVMDIBuilderCreateObjCProperty, and LLVMDIBuilderCreateInheritance to allow declaring metadata for Objective-C class hierarchies and their associated properties and instance variables.


Repository:
  rL LLVM

https://reviews.llvm.org/D47123

Files:
  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: D47123.147725.patch
Type: text/x-patch
Size: 16199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180520/70acd438/attachment.bin>


More information about the llvm-commits mailing list