mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
llvm build working
This commit is contained in:
parent
c4ec9aa898
commit
123c963ff1
8 changed files with 237 additions and 162 deletions
|
@ -183,7 +183,7 @@ pub fn list_reverse<'a, 'ctx, 'env>(
|
|||
let element_layout = match *list_layout {
|
||||
Layout::Builtin(Builtin::EmptyList) => {
|
||||
// this pointer will never actually be dereferenced
|
||||
Layout::Builtin(Builtin::Int64)
|
||||
Layout::i64()
|
||||
}
|
||||
|
||||
Layout::Builtin(Builtin::List(elem_layout)) => *elem_layout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue