Files
kotlin-fork/compiler
Ilya Chernikov af5d74e888 IR/FIR: refactor builtins over FIR for correct signature creation
when a declaration created on the fly (not loaded from FIR), we
have no good way (yet) to create a correct signature for it before
creating IR. And proper signatures are needed for Klib linking.
So here we create the declaration (function) twice, first time
to calculate proper signature and the second time again with correct
signature.
The approach is weird and should be unnecessary in the presence of the
stdlib, so should be doublechecked again in the future.
2022-11-12 14:34:07 +01:00
..
2022-10-31 16:02:50 +00:00
2022-08-11 15:22:35 +03:00
2022-11-04 14:15:15 +00:00