mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge remote-tracking branch 'origin/trunk' into pattern-compilation
This commit is contained in:
commit
6310341b7e
9 changed files with 322 additions and 81 deletions
|
@ -78,9 +78,6 @@ pub fn basic_type_from_layout<'ctx>(
|
|||
.array_type(union_size)
|
||||
.as_basic_type_enum()
|
||||
}
|
||||
Pointer(_layout) => {
|
||||
panic!("TODO layout_to_basic_type for Pointer");
|
||||
}
|
||||
Builtin(builtin) => match builtin {
|
||||
Int64 => context.i64_type().as_basic_type_enum(),
|
||||
Float64 => context.f64_type().as_basic_type_enum(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue