Files
llgo/internal/build
Li Jie 68947bfc1f Fix library mode linking by optimizing genMainModuleFile
- For library modes (c-archive, c-shared), only generate minimal code with __llgo_argc/__llgo_argv globals
- For executable mode, generate full main function with runtime initialization
- This fixes undefined symbol errors when linking libraries that reference these globals
2025-09-11 08:53:17 +08:00
..
2025-09-06 10:35:58 +08:00
2025-06-23 22:01:42 +08:00
2025-04-03 16:26:11 +08:00
2025-09-07 16:37:38 +08:00