llvm-6502/bindings
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
..
go Revert "Update LLVM bindings after r239940. ..." 2015-07-16 01:16:39 +00:00
ocaml Revert "Update LLVM bindings after r239940. ..." 2015-07-16 01:16:39 +00:00
python Remove getRelocationAddress. 2015-07-06 14:55:37 +00:00
LLVMBuild.txt
Makefile
README.txt

This directory contains bindings for the LLVM compiler infrastructure to allow
programs written in languages other than C or C++ to take advantage of the LLVM
infrastructure--for instance, a self-hosted compiler front-end.