roc/compiler/gen_llvm
ayazhafiz 983a9f7e17 Position correct basic block before calling error catcher
While building the main function for tests, we may need to generate
additional blocks while marshalling arugments to the error catcher into
the expected calling convention. This pushes the last block in the main
function down, so that the "entry" block may not be last BB in the
function. Instead, look up the last insertion block before generating
the catcher, and then add a call to the catcher at the end of this last
block.

Closes #2300
2021-12-30 20:55:43 -06:00
..
src Position correct basic block before calling error catcher 2021-12-30 20:55:43 -06:00
Cargo.toml Fix llvm Num.toFloat width conversion 2021-12-11 08:12:57 +00:00