rust/src/rustllvm
bors 1785841a5b auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
Adds `--target-cpu` flag which lets you choose a more specific target cpu instead of just passing the default, `generic`. It's more or less akin to `-mcpu`/`-mtune` in clang/gcc.
2013-08-11 20:50:14 -07:00
..
llvm-auto-clean-trigger Update LLVM 2013-08-04 10:58:22 -07:00
PassWrapper.cpp rustc: Dispose of LLVM passes in test cases 2013-06-19 15:18:25 -07:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Implement an address_insignificant attribute 2013-08-09 13:49:41 -07:00
rustllvm.h Fix build issues once LLVM has been upgraded 2013-08-04 10:58:23 -07:00
RustWrapper.cpp auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn 2013-08-11 20:50:14 -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.