mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 19:03:13 +01:00
Calling convention fastcc is not implemented on PPC64.
This commit is contained in:
@@ -29,10 +29,9 @@ struct PPC64TargetABI : TargetABI {
|
||||
case LINKintrinsic:
|
||||
case LINKpascal:
|
||||
case LINKwindows:
|
||||
return llvm::CallingConv::C;
|
||||
case LINKd:
|
||||
case LINKdefault:
|
||||
return llvm::CallingConv::Fast;
|
||||
return llvm::CallingConv::C;
|
||||
default:
|
||||
llvm_unreachable("Unhandled D linkage type.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user