mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 02:42:17 +00:00
Compile lambdas that have an empty lambda set
Closes #3224 This should also fix a number of other issues often observed when a lambda is never actually called, but we fail to codegen because it has an empty lambda set.
This commit is contained in:
parent
7365da6f69
commit
937b73b797
6 changed files with 89 additions and 14 deletions
|
@ -104,6 +104,9 @@ flags! {
|
|||
/// Prints debug information during the alias analysis pass.
|
||||
ROC_DEBUG_ALIAS_ANALYSIS
|
||||
|
||||
/// Print to stderr when a runtime error function is generated.
|
||||
ROC_PRINT_RUNTIME_ERROR_GEN
|
||||
|
||||
// ===LLVM Gen===
|
||||
|
||||
/// Prints LLVM function verification output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue