about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-abi_amdgpu_kernel.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-30/+0
2021-07-06Replace per-target ABI denylist with an allowlistSimonas Kazlauskas-0/+30
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