| commit | c33df4d2d9868414717c124804fbee91a76f461d | [log] [tgz] |
|---|---|---|
| author | [email protected] <[email protected]@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Wed Jan 18 14:28:28 2012 |
| committer | [email protected] <[email protected]@4ff67af0-8c30-449e-8e8b-ad334ec8d88c> | Wed Jan 18 14:28:28 2012 |
| tree | 517f42bf7be89c19aa0832c3ba923f9939b223b4 | |
| parent | 658831035fb4c8a317710d42bc90deb25c9e625a [diff] |
Update the Valgrind binaries for Mac OS to valgrind-variant r135 This includes a fix for https://bugs.kde.org/show_bug.cgi?id=289470 Review URL: http://codereview.chromium.org/9232021 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/valgrind/scripts@118092 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
diff --git a/build-memcheck-for-chromium.sh b/build-memcheck-for-chromium.sh index bd647b9..2574ca8 100755 --- a/build-memcheck-for-chromium.sh +++ b/build-memcheck-for-chromium.sh
@@ -9,7 +9,7 @@ source $THISDIR/common.sh # Use a fixed version of valgrind-variant. -MEMCHECK_VV_REV=130 +MEMCHECK_VV_REV=135 VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck" checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"