rust/compiler/rustc_codegen_ssa
bjorn3 a3205a6698 Use sysroot instead of CFG_PREFIX for the rpath
CFG_PREFIX is incorrect for rustup installed rustc versions. It also
causes unnecessary recompilation when changing the install prefix.
2021-06-05 16:42:03 +02:00
..
src Use sysroot instead of CFG_PREFIX for the rpath 2021-06-05 16:42:03 +02:00
Cargo.toml Update cc 2021-05-24 23:34:12 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.