Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(116)

Unified Diff: src/pkg/runtime/race/race.go

Issue 6810080: code review 6810080: runtime/race: add Windows support
Patch Set: diff -r 8b32d1715714 https://go.googlecode.com/hg/ Created 12 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/pkg/runtime/race/race.go
===================================================================
--- a/src/pkg/runtime/race/race.go
+++ b/src/pkg/runtime/race/race.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build race,linux,amd64 race,darwin,amd64
+// +build race,linux,amd64 race,darwin,amd64 race,windows,amd64
// Package race provides low-level facilities for data race detection.
package race
« no previous file with comments | « src/cmd/go/build.go ('k') | src/pkg/runtime/race/race_windows_amd64.syso » ('j') | src/run.bat » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b