Files
tinygo/builder
Ayke van Laethem bbb2b0c95b builder: use a separate module for command-line set strings
Strings that are set via the command line (as in -ldflags="-X ...") are
now created in a separate module to avoid type renaming issues. LLVM
sometimes renames types or merges types that are structurally the same,
and putting these strings in a separate module avoids this issue (and
lets llvm.LinkModules deal with the difference).

This fixes https://github.com/tinygo-org/tinygo/issues/4810.
2025-03-17 07:13:32 -07:00
..
2024-08-15 13:57:02 +02:00
2024-08-10 23:46:58 -07:00
2025-01-20 06:15:33 +01:00
2025-01-20 06:15:33 +01:00
2023-02-26 19:22:10 +01:00
2025-02-25 14:41:42 +01:00
2023-04-18 22:51:49 +02:00
2024-09-24 17:42:30 +01:00
2024-08-10 23:46:58 -07:00
2024-12-19 15:08:37 +01:00
2025-02-25 14:41:42 +01:00