rust/src/rustllvm
Björn Steinbrink bb18a3cfe7 Drop support for LLVM < 3.5 and fix compile errors with 3.5
LLVM older that 3.6 has a bug that cause assertions when compiling certain
constructs. For 3.5 there's still a chance that the bug might get fixed
in 3.5.2, so let's keep allowing to compile with it for it for now.
2015-03-14 13:14:04 +01:00
..
ExecutionEngineWrapper.cpp Update LLVM to rust-llvm-2015-01-30 2015-02-01 20:00:35 +01:00
llvm-auto-clean-trigger updating llvm-auto-clean-trigger too 2015-03-05 12:38:35 +05:30
PassWrapper.cpp Add support for target-cpu=native 2015-03-10 01:56:51 +01:00
README
rustllvm.h Add LLVM ExecutionEngine API 2014-12-11 15:33:27 -07:00
RustWrapper.cpp Drop support for LLVM < 3.5 and fix compile errors with 3.5 2015-03-14 13:14:04 +01:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.