mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
fa6bc6445c
Create it in a separate LLVM module that is then linked. This refactor is useful for the -lto=thin build mode. I checked the binary size difference and while the machine code of most binaries did change, there was no change in binary size (except for one smoke test with -opt=1, which doesn't really count).