| commit | aec494f3c4226778057ae194d28e131d9df516d8 | [log] [tgz] |
|---|---|---|
| author | Robert Widmann <devteam.codafi@gmail.com> | Sat Apr 28 22:32:07 2018 +0000 |
| committer | Robert Widmann <devteam.codafi@gmail.com> | Sat Apr 28 22:32:07 2018 +0000 |
| tree | dbb25ec758a385e06da997b4209e610d06d7d20c | |
| parent | da3e8c4ba791f2bcca018873c3461f636db72bb1 [diff] |
[LLVM-C] Add DIBuilder bindings to create import declarations Summary: 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. Reviewers: whitequark, harlanhaskins, deadalnix Reviewed By: whitequark Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D46167 llvm-svn: 331123