vast
vast copied to clipboard
Missing terminator in empty `llvm` functions.
On the following program:
void foo() {}
vast-front -vast-emit-mlir=llvm
dies with:
empty block: expect at least a terminator
Related to #315
Resolved.