llvm-6502/bindings/go/llvm
Reid Kleckner 7c898facbc Revert "Update LLVM bindings after r239940. ..."
Revert the changes to the C API LLVMBuildLandingPad that were part of
the personality function move. We now set the personality on the parent
function when the C API attempts to construct a landingpad with a
personality.

This reverts commit r240010.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242372 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-16 01:16:39 +00:00
..
analysis.go
bitreader.go
bitwriter.go
dibuilder.go bindings/go: expose DIBuilder::createReplaceableCompositeType 2015-03-02 12:27:04 +00:00
DIBuilderBindings.cpp IR: Give 'DI' prefix to debug info metadata 2015-04-29 16:38:44 +00:00
DIBuilderBindings.h bindings/go: expose DIBuilder::createReplaceableCompositeType 2015-03-02 12:27:04 +00:00
executionengine_test.go
executionengine.go
InstrumentationBindings.cpp
InstrumentationBindings.h
ir_test.go Add safestack attribute to LLVMAttribute enum and Go bindings. Correct 2015-06-15 22:16:51 +00:00
ir.go Revert "Update LLVM bindings after r239940. ..." 2015-07-16 01:16:39 +00:00
IRBindings.cpp Go bindings: use MDNode::replaceAllUsesWith instead of MDTuple::replaceAllUsesWith. 2015-03-05 22:55:38 +00:00
IRBindings.h
linker.go Restore LLVMLinkModules C API until it is properly deprecated. 2015-03-02 18:59:38 +00:00
llvm_config.go.in
llvm_dep.go
string_test.go
string.go
support.go
SupportBindings.cpp
SupportBindings.h
target.go
transforms_instrumentation.go
transforms_ipo.go
transforms_pmbuilder.go
transforms_scalar.go
version.go