Chromium Code Reviews| Index: scripts/common.sh |
| =================================================================== |
| --- scripts/common.sh (revision 64061) |
| +++ scripts/common.sh (working copy) |
| @@ -32,12 +32,6 @@ |
| # Check out latest version that following patches known to apply against |
| svn co -r "$VG_REV" "$SVN_URI" "$SOURCE_DIR" |
| cd $SOURCE_DIR/valgrind |
| - |
| - # Add intercepts for tcmalloc memory functions. |
| - # The corresponding feature request for Valgrind is at |
| - # https://bugs.kde.org/show_bug.cgi?id=219156. |
| - patch -p0 -i "${THISDIR}/intercept_tcmalloc.patch" |
|
Timur Iskhodzhanov
2010/10/29 09:06:10
Don't you need to still apply this for Memcheck?
Alexander Potapenko
2010/10/29 11:43:02
This function builds valgrind-variant, which alrea
|
| - # }}} |
| } |
| checkout_and_patch_valgrind() { |