Move and correct LLVMDIBuilderCreateTypedef. This is the last API in DIBuilderBindings.h, so it is being removed and the C API will now be re-exported from IRBindings.h.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D46725
[LLVM-C] Consolidate llgo's DIBuilder Bindings ClosedPublic Authored by CodaFi on May 10 2018, 2:02 PM.
Details Summary Move and correct LLVMDIBuilderCreateTypedef. This is the last API in DIBuilderBindings.h, so it is being removed and the C API will now be re-exported from IRBindings.h.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 10 2018, 2:11 PM Closed by commit rL332041: [LLVM-C] Consolidate llgo's DIBuilder Bindings (authored by CodaFi). · Explain WhyMay 10 2018, 2:13 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 146220 bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/IRBindings.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
|