You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
discussion: http://golang.org/cl/5822049/
If we support this feature, we don't need to support handing of any relocations, linking
gcc compiled object files.
Pros: able to link in C++ in cgo; remove a lot of code in our linker.
Cons: dependent on gcc for linking cgo programs, even if I could make all gcc compiled
object files available as .syso files.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: