go-llvm / llgo

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

Use __go_receive instead of __go_receive_big #158

Closed pcc closed 10 years ago

pcc commented 10 years ago

This runtime function was renamed in the libgo shipped with gcc 4.9.

We may want to consider allowing for multiple versions of libgo, but it may be easier to closely track gofrontend trunk as we do with LLVM.

axw commented 10 years ago

LGTM. I think it's okay to stick with the latest libgo for now.