diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 09:00:50 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-26 09:00:50 +0000 |
commit | 9abefe1e5c4f9ee7cc861485c0e0da9195d0f343 (patch) | |
tree | 26bab6569ebf8d612fc71d2416962d41b8cb4726 /tools | |
parent | 09b0c8b94a180c7938d99633c085b20904338d16 (diff) | |
download | chromium_src-9abefe1e5c4f9ee7cc861485c0e0da9195d0f343.zip chromium_src-9abefe1e5c4f9ee7cc861485c0e0da9195d0f343.tar.gz chromium_src-9abefe1e5c4f9ee7cc861485c0e0da9195d0f343.tar.bz2 |
Update ThreadSanitizer to rev1250
Review URL: http://codereview.chromium.org/399073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/valgrind/build-valgrind-for-chromium.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/build-valgrind-for-chromium.sh b/tools/valgrind/build-valgrind-for-chromium.sh index c4b2207..4feeaa6 100755 --- a/tools/valgrind/build-valgrind-for-chromium.sh +++ b/tools/valgrind/build-valgrind-for-chromium.sh @@ -16,7 +16,7 @@ VALGRIND_SVN_REV=10880 # And svn isn't smart enough to figure out what rev of the linked tree to get VEX_SVN_REV=1914 # and TSAN may be out of sync, so you have to check that out by rev anyway -TSAN_SVN_REV=1129 +TSAN_SVN_REV=1274 # suffix for build and install dir to denote our set of patches (may be empty) PATCHLEVEL=-redzone |