comment tests that fail for llvm

This commit is contained in:
Folkert 2020-03-17 00:33:36 +01:00
parent ab332a37c3
commit c20f777dba
6 changed files with 40 additions and 43 deletions

View file

@ -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);