Files
tinygo/transform
Ayke van Laethem 09ec846c9f all: replace llvm.Const* calls with builder.Create* calls
A number of llvm.Const* functions (in particular extractvalue and
insertvalue) were removed in LLVM 15, so we have to use a builder
instead. This builder will create the same constant values, it simply
uses a different API.
2022-10-19 22:23:19 +02:00
..
2022-05-30 07:53:28 +02:00
2021-11-30 21:53:16 +01:00
2022-10-19 22:23:19 +02:00