You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/internal
Daniel Martí 7f80dfb59d rebuild cmd/link with the correct toolchain under GOTOOLCHAIN=auto
When we build the patched cmd/link binary for use by garble,
we perform this build in a temporary directory so that the Go module
from the user does not get in the way.

When the user module made us upgrade the toolchain per GOTOOLCHAIN,
leaving that module's directory stops upgrading the toolchain,
so we patch a newer toolchain and build it with an older toolchain.
This is largely harmless, but it makes the newer toolchain think
it is actually an older toolchain, which leads to those pesky
"linker object header mismatch" version errors.

Updates #934.
3 days ago
..
asthelper implement flattening hardening 1 year ago
ctrlflow all: run gopls's modernize -fix 1 month ago
linker rebuild cmd/link with the correct toolchain under GOTOOLCHAIN=auto 3 days ago
literals all: run gopls's modernize -fix 1 month ago
ssa2ast all: run gopls's modernize -fix 1 month ago