rust/src/test/ui/unwind-abis
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
..
feature-gate-c-unwind-enabled.rs
feature-gate-c-unwind.rs
feature-gate-c-unwind.stderr
feature-gate-stdcall-unwind.rs
feature-gate-stdcall-unwind.stderr
feature-gate-system-unwind.rs
feature-gate-system-unwind.stderr
feature-gate-thiscall-unwind.rs
feature-gate-thiscall-unwind.stderr