mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
4deb4bcba5
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.
This directory currently contains some LLVM support code. This will generally be sent upstream to LLVM in time; for now it lives here.