Remove the abi_amdgpu_kernel
feature
This commit is contained in:
parent
c401f09979
commit
f6b21e90d1
26 changed files with 70 additions and 268 deletions
|
@ -590,7 +590,6 @@ impl From<Conv> for llvm::CallConv {
|
|||
Conv::Cold => llvm::ColdCallConv,
|
||||
Conv::PreserveMost => llvm::PreserveMost,
|
||||
Conv::PreserveAll => llvm::PreserveAll,
|
||||
Conv::AmdGpuKernel => llvm::AmdGpuKernel,
|
||||
Conv::AvrInterrupt => llvm::AvrInterrupt,
|
||||
Conv::AvrNonBlockingInterrupt => llvm::AvrNonBlockingInterrupt,
|
||||
Conv::ArmAapcs => llvm::ArmAapcsCallConv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue