Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: scripts/build-tsan-for-chromium.sh

Issue 4143005: Roll new (r2528) ThreadSanitizer binaries for Linux (x86/x64) and Mac (10.5/1... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/build-tsan-for-chromium.sh
===================================================================
--- scripts/build-tsan-for-chromium.sh (revision 64061)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
@@ -70,7 +70,7 @@
# }}}
}
-TSAN_REV=2436
+TSAN_REV=2528
TSAN_DIR="$VG_SRC_DIR/tsan" # Directory to checkout TSan sources
rm -rf "$TSAN_DIR"
svn co -r "$TSAN_REV" http://data-race-test.googlecode.com/svn/trunk "$TSAN_DIR"
« no previous file with comments | « binaries/mac_10.6/bin/valgrind-tsan.sh ('k') | scripts/common.sh » ('j') | scripts/common.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698