rust/src/rustllvm
eternaleye 4e67f9c611 Write deterministic archives
Currently, `rustc` generates nondeterministic archives, which contain system timestamps. These don't really serve any useful purpose, and enabling deterministic archives moves us a little closer to completely deterministic builds. For a small toy library using `std::ops::{Deref,DerefMut}`, this change actually results in a bit-for-bit identical build every time.
2015-07-22 23:54:59 -07:00
..
ArchiveWrapper.cpp Write deterministic archives 2015-07-22 23:54:59 -07:00
ExecutionEngineWrapper.cpp
llvm-auto-clean-trigger Update LLVM 2015-07-16 20:25:51 -07:00
PassWrapper.cpp trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
README
rustllvm.h
RustWrapper.cpp trans: Move rust_try into the compiler 2015-07-21 16:08:11 -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.