mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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
|
@ -316,10 +316,7 @@ pub fn build_expr<'a, 'ctx, 'env>(
|
|||
BasicValueEnum::StructValue(struct_val.into_struct_value())
|
||||
}
|
||||
Tag {
|
||||
tag_id,
|
||||
tag_layout,
|
||||
arguments,
|
||||
..
|
||||
tag_id, arguments, ..
|
||||
} => {
|
||||
// put the discriminant in the first slot
|
||||
let discriminant = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue