Files
tinygo/compiler
Ayke van Laethem 2fb5174910 compiler: fix basic block context
llvm.AddBasicBlock should never be used. Instead, we should use the
AddBasicBlock method of the current LLVM context.

This didn't lead to any bugs... yet. But probably would, eventually.
2022-06-16 07:59:21 +02:00
..
2022-04-23 08:45:46 +02:00
2022-06-16 07:59:21 +02:00
2021-09-27 15:47:12 +02:00
2022-01-09 11:04:10 +01:00