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

Unified Diff: scripts/build-tsan-for-chromium.sh

Issue 1811004: Increase VG_N_SEGMENTS, VG_N_SEGNAMES and VG_N_THREADS and update the Linux V... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: '' Created 10 years, 8 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 | « binaries/linux_x86/lib/valgrind/vgpreload_memcheck-x86-linux.so ('k') | scripts/common.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build-tsan-for-chromium.sh
===================================================================
--- scripts/build-tsan-for-chromium.sh (revision 45976)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -50,9 +50,10 @@
cd "$VG_TSAN_DIR"
-# Apply TSan-specific patches except:
-# * limits (buggy on Mac)
-# * guest_amd64_toIR (already applied in common.sh).
+# Apply TSan-specific patches except
+# * limits
+# * guest_amd64_toIR
+# since they are already applied in common.sh.
rm "$THISDIR"/tsan/valgrind_patches/{limits,guest_amd64_toIR}.patch
for P in "$THISDIR"/tsan/valgrind_patches/*.patch
do
« no previous file with comments | « binaries/linux_x86/lib/valgrind/vgpreload_memcheck-x86-linux.so ('k') | scripts/common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698