rust/src/rustllvm
Alex Crichton 8d29367650 Fix build issues once LLVM has been upgraded
* LLVM now has a C interface to LLVMBuildAtomicRMW
* The exception handling support for the JIT seems to have been dropped
* Various interfaces have been added or headers have changed
2013-08-04 10:58:23 -07:00
..
llvm-auto-clean-trigger Update LLVM 2013-08-04 10:58:22 -07:00
PassWrapper.cpp rustc: Dispose of LLVM passes in test cases 2013-06-19 15:18:25 -07:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Add an atomic fence intrinsic 2013-07-28 20:26:49 +12:00
rustllvm.h Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00
RustWrapper.cpp Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00

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