mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
comment tests that fail for llvm
This commit is contained in:
parent
ab332a37c3
commit
c20f777dba
6 changed files with 40 additions and 43 deletions
|
@ -68,7 +68,7 @@ pub fn basic_type_from_layout<'ctx>(
|
|||
.struct_type(field_types.into_bump_slice(), false)
|
||||
.as_basic_type_enum()
|
||||
}
|
||||
Union(fields) => {
|
||||
Union(_) => {
|
||||
// TODO make this dynamic
|
||||
let ptr_size = std::mem::size_of::<i64>();
|
||||
let union_size = layout.stack_size(ptr_size as u32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue