mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
llvm types for erasure, function pointer
This commit is contained in:
parent
2c826ea898
commit
74d0f8d2e5
4 changed files with 44 additions and 8 deletions
|
@ -6021,7 +6021,7 @@ impl<'ctx> FunctionSpec<'ctx> {
|
|||
}
|
||||
|
||||
/// Fastcc calling convention
|
||||
fn fastcc<'a, 'env>(
|
||||
pub fn fastcc<'a, 'env>(
|
||||
env: &Env<'a, 'ctx, 'env>,
|
||||
roc_return: RocReturn,
|
||||
return_type: BasicTypeEnum<'ctx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue