]> granicus.if.org Git - llvm/commit
[LLVM-C] Add bindings to create macro debug info
authorwhitequark <whitequark@whitequark.org>
Mon, 7 Oct 2019 13:57:13 +0000 (13:57 +0000)
committerwhitequark <whitequark@whitequark.org>
Mon, 7 Oct 2019 13:57:13 +0000 (13:57 +0000)
commit7fe568742e21112cdce4058cef4a2d00fe1e6432
tree7a5894f223f5e7fdb42bbc8e8f9a6c9482f32444
parent17966ab0ef6a1e936968fc76af8d4e37df9e413b
[LLVM-C] Add bindings to create macro debug info

Summary: The C API doesn't have the bindings to create macro debug information.

Reviewers: whitequark, CodaFi, deadalnix

Reviewed By: whitequark

Subscribers: aprantl, hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373903 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/DebugInfo.h
lib/IR/DebugInfo.cpp
test/Bindings/llvm-c/debug_info.ll
tools/llvm-c-test/debuginfo.c