go-llvm / llgo

LLVM-based compiler for Go
Other
1.25k stars 81 forks source link

Misc ABI/linkage changes required to build a libgo.so #147

Closed pcc closed 10 years ago

pcc commented 10 years ago

With these changes (and a few others in go.types) I was able to build a libgo.so without errors. The resulting .so crashes during initialization when running hello world, but it's a start.

axw commented 10 years ago

Very nice, thanks!

Sorry, have been rather busy and distracted - I haven't gone any further with building libgo.