OSDN Git Service

[LLVM-C] DIBuilder Bindings For Variable Expressions
authorRobert Widmann <devteam.codafi@gmail.com>
Mon, 23 Apr 2018 22:31:49 +0000 (22:31 +0000)
committerRobert Widmann <devteam.codafi@gmail.com>
Mon, 23 Apr 2018 22:31:49 +0000 (22:31 +0000)
commitbffba319b280baf1e8f7736afe07a59ee1e9f25b
treed47d38470a54774aec9cee7a0a7e803e8e99d547
parente55b052e0337681facafd1b881f39736322f6896
[LLVM-C] DIBuilder Bindings For Variable Expressions

Summary: Add DIBuilder bindings for (global) variable expressions, variable value expressions, and debug value intrinsic insertion.

Reviewers: harlanhaskins, deadalnix, whitequark

Reviewed By: whitequark

Subscribers: llvm-commits

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

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