rust/src/rustllvm
Daniel Micay 4deb4bcba5 optimize position independent code in executables
Position independent code has fewer requirements in executables, so pass
the appropriate flag to LLVM in order to allow more optimization. At the
moment this means faster thread-local storage.
2014-10-12 09:18:14 -04:00
..
llvm-auto-clean-trigger Update LLVM. 2014-10-04 13:28:57 -04:00
PassWrapper.cpp optimize position independent code in executables 2014-10-12 09:18:14 -04:00
README
rustllvm.h Update LLVM. 2014-10-04 13:28:57 -04:00
RustWrapper.cpp Update LLVM. 2014-10-04 13:28:57 -04:00

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