You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The situation is now a bit different. There is an error, but it's a not-user-friendly LLVM error:
akuli@Akuli-ThinkPad:~/jou$ ./jou asd.jou
Function return type does not match operand type of return inst!
ret void
i32LLVM ERROR: Broken module found, compilation aborted!
Aborted
I wonder if I should ask LLVM whether the end of the function can be reached without a
return
statement, or should I check for that myself.The text was updated successfully, but these errors were encountered: