rust/compiler/rustc_target
Stefan Lankes 7f34cedaef HermitCore's kernel itself doesn't support TLS
HermitCore's kernel itself doesn't support TLS.
Consequently, the entries in x86_64-unknown-none-hermitkernel should be removed.
This commit should help to finalize #89062.
2021-10-16 09:41:59 +02:00
..
src HermitCore's kernel itself doesn't support TLS 2021-10-16 09:41:59 +02:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04: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.