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