rust/compiler/rustc_target
danakj 4eb1b52794 Enable ASAN/LSAN/TSAN for *-apple-ios-macabi
The -macabi targets are iOS running on MacOS, and they use the runtime
libraries for MacOS, thus they have the same sanitizers available as the
*-apple-darwin targets.
2023-09-18 09:38:12 -04:00
..
src Enable ASAN/LSAN/TSAN for *-apple-ios-macabi 2023-09-18 09:38:12 -04:00
Cargo.toml Upgrade Object and related deps 2023-08-14 23:05:45 +08:00
README.md

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.