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

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

Issue 2832011: Change scripts/common.sh to allow the users build Valgrind binaries from the ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: '' Created 10 years, 6 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-memcheck-for-chromium.sh ('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 50101)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -6,6 +6,11 @@
# Script to build ThreadSanitizer binaries for use with chromium
source common.sh
+if system_is_snow_leopard
+then
+ echo "ThreadSanitizer is not supported on Mac OS X 10.6 (Snow Leopard) yet."
+ exit 1
+fi
POST_BUILD_HOOK_DEFINED=yes
post_build_hook() {
« no previous file with comments | « scripts/build-memcheck-for-chromium.sh ('k') | scripts/common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698