]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: make the gccgo init function no_split_stack
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Nov 2018 22:53:32 +0000 (14:53 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Nov 2018 23:06:59 +0000 (23:06 +0000)
commit03e3fbe421271164d4f8f58a51333611f44c8b82
tree396f47046743f1e3eb5299cc0e36afcf15cb95ce
parente496e612b7f45a09209f8f4e1c7c1d0db378dc18
cmd/cgo: make the gccgo init function no_split_stack

This works around what appears to be a bug in current clang (2018-11-09).
Details are in the comment in the code.

Change-Id: Ib4783b6c03d531c69ebc4cb0ac023bea5bee7d40
Reviewed-on: https://go-review.googlesource.com/c/148819
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/cgo/out.go