In the past year or so, the number of Go architecture backends have exploded. It seems llgo is taking a different approach, but could it be possible to create a Go architecture backend that would emit llvm ir (perhaps via go-llvm) ?
I've also seen that llgo talks to go's SSA, so perhaps this approach is rendered moot?
I may be completely wrong about my assumptions, but I'd love my projects to compile to llvm ir.
Hi All,
In the past year or so, the number of Go architecture backends have exploded. It seems llgo is taking a different approach, but could it be possible to create a Go architecture backend that would emit llvm ir (perhaps via go-llvm) ?
I've also seen that llgo talks to go's SSA, so perhaps this approach is rendered moot?
I may be completely wrong about my assumptions, but I'd love my projects to compile to llvm ir.