OSDN Git Service

[LLVM-C] Add more debug information accessors to GlobalObject and Instruction
authorRobert Widmann <devteam.codafi@gmail.com>
Fri, 28 Sep 2018 15:35:18 +0000 (15:35 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Fri, 28 Sep 2018 15:35:18 +0000 (15:35 +0000)
commit56f7ea25dbb634b4743debfee6a82d15d20c116a
treecb8c1d9b595abf04121677619b813a9badb66c98
parent331a5ec71329eb0a6d46104ff00af89598f4292a
[LLVM-C] Add more debug information accessors to GlobalObject and Instruction

Summary: Adds missing debug information accessors to GlobalObject.  This puts the finishing touches on cloning debug info in the echo tests.

Reviewers: whitequark, deadalnix

Reviewed By: whitequark

Subscribers: aprantl, JDevlieghere, llvm-commits, harlanhaskins

Differential Revision: https://reviews.llvm.org/D51522

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343330 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm-c/Types.h
lib/IR/Core.cpp
test/Bindings/llvm-c/echo.ll
tools/llvm-c-test/echo.cpp