[PATCH] D46167: [LLVM-C] Add DIBuilder bindings to create import declarations
Robert Widmann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 26 19:30:44 PDT 2018
CodaFi created this revision.
CodaFi added reviewers: whitequark, harlanhaskins.
Herald added a reviewer: deadalnix.
Herald added a subscriber: llvm-commits.
Add bindings to create import declarations for modules, functions, types, and other entities. This wraps the conveniences available in the existing DIBuilder API, but these seem C++-specific.
Repository:
rL LLVM
https://reviews.llvm.org/D46167
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: D46167.144264.patch
Type: text/x-patch
Size: 13579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180427/b7cff1a9/attachment.bin>
More information about the llvm-commits
mailing list