Skip to content

Commit

Permalink
'Fix' llvm test gen
Browse files Browse the repository at this point in the history
Not sure why, but if I don't choose 108 as the ident id I get an error
that structureCompare is missing an implementation.
  • Loading branch information
jwoudenberg committed May 30, 2024
1 parent d42067d commit 188ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/module/src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ define_builtins! {
88 LIST_LEN_USIZE: "lenUsize"
89 LIST_SORT: "Sort" exposed_type=true
90 LIST_COMPARE: "compare"
unexposed 91 LIST_STRUCTURAL_COMPARE: "structuralCompare"
unexposed 108 LIST_STRUCTURAL_COMPARE: "structuralCompare"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" exposed_type=true // the Result.Result type alias
Expand Down

0 comments on commit 188ee05

Please sign in to comment.