rust/compiler/rustc_target/src
Simonas Kazlauskas 8240e7aa10 Replace per-target ABI denylist with an allowlist
It makes very little sense to maintain denylists of ABIs when, as far as
non-generic ABIs are concerned, targets usually only support a small
subset of the available ABIs.

This has historically been a cause of bugs such as us allowing use of
the platform-specific ABIs on x86 targets – these in turn would cause
LLVM errors or assertions to fire.

Fixes #57182

Sponsored by: standard.ai
2021-07-06 13:12:15 +03:00
..
abi Point to the updated version of some dead links 2021-06-23 19:36:51 -04:00
asm Add support for BPF inline assembly 2021-05-23 18:03:27 +10:00
spec Replace per-target ABI denylist with an allowlist 2021-07-06 13:12:15 +03:00
lib.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00
tests.rs Emit warnings for unused fields in custom targets. 2021-06-17 21:48:02 +02:00