]> Cypherpunks repositories - gostls13.git/commit
cmd/go: compile runtime/internal/syscall as a runtime package
authorMichael Pratt <mpratt@google.com>
Fri, 24 Jun 2022 20:50:59 +0000 (16:50 -0400)
committerMichael Pratt <mpratt@google.com>
Mon, 27 Jun 2022 14:35:57 +0000 (14:35 +0000)
commita861eee51ad897807df7968b32c823dbad37276e
tree7a22165bafd4112b9b0e1e8db883cb22e1d12a57
parent8f9bfa9b7b7739324e73b4f19280caa2011e6ae8
cmd/go: compile runtime/internal/syscall as a runtime package

runtime/internal/syscall is a runtime package, so it should be built
with -+.

Specifically, we don't want libfuzzer instrumentation in Go functions
defined in runtime/internal/syscall, which is disabled with -+.

For #53190.

Change-Id: I9f16f5c7c7ce10b98371e9de82fcea6da854e163
Reviewed-on: https://go-review.googlesource.com/c/go/+/413818
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/internal/work/gc.go