hanchenye-llvm-project/llvm/bindings
Richard Diamond 23280472c3 Revert "Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components."
It seems I was wrong thinking `autoconf`/`make` only installed shared libraries if configured with `--enable-shared`, even if `--disable-static` is present. I'll re-address with a followup patch.

This reverts commit r243297 for causing PR#24154.

llvm-svn: 244108
2015-08-05 20:03:26 +00:00
..
go DI: Rewrite the DIBuilder local variable API 2015-07-31 17:55:53 +00:00
ocaml Revert "Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components." 2015-08-05 20:03:26 +00:00
python Remove getRelocationAddress. 2015-07-06 14:55:37 +00:00
LLVMBuild.txt
Makefile Initial version of Go bindings. 2014-10-16 22:48:02 +00:00
README.txt

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.