rust/compiler/rustc_target
Jubilee Young bf24cade3e Enable kernel sanitizers for aarch64-unknown-none-softfloat
We want kernels to be able to use this bare metal target, so
let's enable the sanitizers that kernels want to use.

(cherry picked from commit 6b06aa6192)
2025-02-06 09:53:26 -08:00
..
src Enable kernel sanitizers for aarch64-unknown-none-softfloat 2025-02-06 09:53:26 -08:00
Cargo.toml Remove unused intercrate dependencies 2024-11-07 14:17:16 +00:00
README.md Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00

rustc_target contains some very low-level details that are specific to different compilation targets and so forth.

For more information about how rustc works, see the rustc dev guide.