rust/src/rustllvm
Alex Crichton 294b27d806 Update LLVM
Upstream LLVM has changed slightly such that our PassWrapper.cpp no longer
comiles (travis errors). This updates the bundled LLVM to the latest nightly
which will hopefully fix the travis errors we're seeing.
2014-02-25 09:37:30 -08:00
..
llvm-auto-clean-trigger Update LLVM 2014-02-25 09:37:30 -08:00
PassWrapper.cpp Update LLVM 2014-02-25 09:37:30 -08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Implement LTO 2013-12-09 14:41:49 -08:00
rustllvm.h Upgrade LLVM 2014-01-29 23:43:39 -08:00
RustWrapper.cpp auto merge of #11853 : alexcrichton/rust/up-llvm, r=brson 2014-01-29 23:46:26 -08:00

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