Skip to content

Commit 7bb4e0b

Browse files
author
Bryan C. Mills
committed
cmd/racebuild: clarify LLVM revision in usage comment
LLVM uses Subversion for their primary repository, so one might expect that the rev passed to racebuild would be a Subversion revision number. It is actually a git commit hash. Updates golang/go#24354. Change-Id: I8528f4f80477e256d889e3bbc98de6309f449c1c Reviewed-on: https://go-review.googlesource.com/112875 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 4b011fe commit 7bb4e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/racebuild/racebuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// racebuild builds the race runtime (syso files) on all supported OSes using gomote.
66
// Usage:
7-
// $ racebuild -rev <llvm_revision> -goroot <path_to_go_repo>
7+
// $ racebuild -rev <llvm_git_revision> -goroot <path_to_go_repo>
88
package main
99

1010
import (

0 commit comments

Comments
 (0)