diff options
| author | Nadrieril <Nadrieril@users.noreply.github.com> | 2024-01-31 12:10:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-31 12:10:53 +0100 |
| commit | 573e7f181dc1a9c4fe0dbd669e38fc4ac1baa644 (patch) | |
| tree | dfd55678cc4a272751468d9dec948096cf47cea9 /compiler/rustc_mir_transform/src | |
| parent | be4f8e2758174cf27643a4eb5e3c7adee338223d (diff) | |
| parent | f6b21e90d1ec01081bc2619efb68af6788a63d65 (diff) | |
| download | rust-573e7f181dc1a9c4fe0dbd669e38fc4ac1baa644.tar.gz rust-573e7f181dc1a9c4fe0dbd669e38fc4ac1baa644.zip | |
Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk
Remove the `abi_amdgpu_kernel` feature The tracking issue (#51575) has been closed for 3 years, with no activity for 5.
Diffstat (limited to 'compiler/rustc_mir_transform/src')
| -rw-r--r-- | compiler/rustc_mir_transform/src/ffi_unwind_calls.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/ffi_unwind_calls.rs b/compiler/rustc_mir_transform/src/ffi_unwind_calls.rs index c47abb4fcb4..db7dfc5b43e 100644 --- a/compiler/rustc_mir_transform/src/ffi_unwind_calls.rs +++ b/compiler/rustc_mir_transform/src/ffi_unwind_calls.rs @@ -26,7 +26,6 @@ fn abi_can_unwind(abi: Abi) -> bool { PtxKernel | Msp430Interrupt | X86Interrupt - | AmdGpuKernel | EfiApi | AvrInterrupt | AvrNonBlockingInterrupt |
