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
..
2014-10-04 13:28:57 -04:00
2014-10-04 13:28:57 -04:00
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.