| commit | bf8afb531f78cbf06f592a43c853dac93fe9bef0 | [log] [tgz] |
|---|---|---|
| author | [email protected] <[email protected]@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Fri Oct 21 12:08:40 2011 |
| committer | [email protected] <[email protected]@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Fri Oct 21 12:08:40 2011 |
| tree | 647f6b6fc595506bf98ebd728a0c9437e75f8d0b | |
| parent | f5239e0c4107be6f240ce2a73c36b80169cd2085 [diff] |
Update the Valgrind binaries for Mac and Linux to valgrind-variant r106 TBR=timurrrr Review URL: http://codereview.chromium.org/8359027 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/valgrind/scripts@106704 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/build-memcheck-for-chromium.sh b/build-memcheck-for-chromium.sh index 71a2f18..8fd3b0e 100755 --- a/build-memcheck-for-chromium.sh +++ b/build-memcheck-for-chromium.sh
@@ -10,7 +10,7 @@ # SVN isn't smart enough to figure out what rev of VEX to get, # so you have to check that out by revision. -MEMCHECK_VV_REV=102 +MEMCHECK_VV_REV=106 VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck" checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"