vast icon indicating copy to clipboard operation
vast copied to clipboard

Missing terminator in empty `llvm` functions.

Open xlauko opened this issue 1 year ago • 1 comments

On the following program:

void foo() {}

vast-front -vast-emit-mlir=llvm dies with:

empty block: expect at least a terminator

xlauko avatar Sep 05 '23 09:09 xlauko

Related to #315

xlauko avatar Sep 05 '23 09:09 xlauko

Resolved.

lkorenc avatar Jun 03 '24 13:06 lkorenc