about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/graph.rs
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-07-06 22:00:53 -0700
committerJosh Triplett <josh@joshtriplett.org>2021-07-07 08:52:35 -0700
commitc3fbafddc06fda5f282790c9c16378d7786cbe03 (patch)
tree0cdabee89aec3108a550df9649e78bc78230bc22 /compiler/rustc_mir/src/transform/coverage/graph.rs
parent84d6e8aed3af940c53e49e342575e91f502c7bd4 (diff)
downloadrust-c3fbafddc06fda5f282790c9c16378d7786cbe03.tar.gz
rust-c3fbafddc06fda5f282790c9c16378d7786cbe03.zip
Update targets to use target_abi
All eabi targets have target_abi = "eabi".
All eabihf targets have target_abi = "eabihf".
armv6_unknown_freebsd and armv7_unknown_freebsd have target_abi = "eabihf".
All abi64 targets have target_abi = "abi64".
All ilp32 targets have target_abi = "ilp32".
All softfloat targets have target_abi = "softfloat".
All *-uwp-windows-* targets have target_abi = "uwp".
All spe targets have target_abi = "spe".
All macabi targets have target_abi = "macabi".
aarch64-apple-ios-sim has target_abi = "sim".
x86_64-fortanix-unknown-sgx has target_abi = "fortanix".
x86_64-unknown-linux-gnux32 has target_abi = "x32".

Add FIXME entries for targets for which existing values need to change
once cfg_target_abi becomes stable. (All of them are tier 3 targets.)

Add a test for target_abi in `--print cfg`.
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/graph.rs')
0 files changed, 0 insertions, 0 deletions