rust/src/librustc_target
Vadim Petrochenkov feeb75e263 rustc_target: Stop using "string typing" for TLS models
Introduce `enum TlsModel` instead.
2020-04-26 23:36:00 +03:00
..
abi rustc_target::abi: add Primitive variant to FieldsShape. 2020-04-16 15:15:51 +00:00
spec rustc_target: Stop using "string typing" for TLS models 2020-04-26 23:36:00 +03:00
build.rs
Cargo.toml
lib.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
README.md

librustc_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.