]> Cypherpunks repositories - gostls13.git/commit
cmd/link: support race mode with MSVC clang
authorCherry Mui <cherryyz@google.com>
Fri, 12 Sep 2025 17:46:31 +0000 (13:46 -0400)
committerCherry Mui <cherryyz@google.com>
Mon, 15 Sep 2025 17:59:16 +0000 (10:59 -0700)
commite603e9834e83ec67f0dd39c4e77683eef0593946
tree591132c79c67cc879383c045cc174a72bf1f72a6
parente5ee1f2600138ce4f34dd1f50d3d1bc482a2e7b0
cmd/link: support race mode with MSVC clang

I couldn't make --print-file-name work with -msvc clang. (The
library name is synchronization.lib, but even with that name it
still doesn't print the full path.) Assume it always
synchronization.lib.

Change-Id: I22e8f14824f7f7e96b71b913217b1f604f1e2da7
Reviewed-on: https://go-review.googlesource.com/c/go/+/703398
Reviewed-by: Than McIntosh <thanm@golang.org>
Reviewed-by: Florian Zenker <floriank@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/link/internal/ld/lib.go