Open advancedwebdeveloper opened 4 years ago
CC @sigma @fdawg4l @caglar10ur @frapposelli BCC @rsmitty @andrewrynhard @bradbeam BCC @thanm @cherrymui
Ivan
this is unfortunately the expected behavior: those assembly files are using the gc syntax, which other toolchains (gccgo, and apparently gollvm don't support) We probably should guard those .s files with a "+build gc" tag and that would make the build failure more obvious, but fundamentally what's needed is to provide a suitable definition of the same functions for gollvm.
It might be interesting in the context of #18 in the sense that if avo supported generation of multiple formats (but I don't think it does) then we could still centralize the definition the same way.
Hi there. I was trying to build talos project using gollvm .
I was trying to use two known options:
Another one assume involving "noasm" build tag:
Ivan