rust/src/rustllvm
Luca Bruno 97ecde297e Conditional usage of LLVM DebugFlag
DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h
in-between an #ifndef NDEBUG block; RustWrapper should not
unconditionally use it. This closes #3701.

Signed-off-by: Luca Bruno <lucab@debian.org>
2012-10-11 07:33:49 +02:00
..
README Repair some fallout from pcwalton's last few build changes. 2011-03-21 23:06:42 -07:00
rustllvm.def.in jit: Separate JIT execution into two functions and load crates before main lookup 2012-09-27 12:57:58 +10:00
RustWrapper.cpp Conditional usage of LLVM DebugFlag 2012-10-11 07:33:49 +02:00

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