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

Unified Diff: scripts/common.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
« no previous file with comments | « scripts/build-tsan-for-chromium.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « scripts/build-tsan-for-chromium.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698