blob: 005da01ee8d86e13913c58526e2156f73a952b9f [file] [log] [blame]
#!/bin/bash
# Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Script to build Memcheck for use with chromium
source common.sh
# SVN isn't smart enough to figure out what rev of VEX to get,
# so you have to check that out by revision.
MEMCHECK_VV_REV=80
VG_MEMCHECK_DIR="$VG_SRC_DIR/valgrind-memcheck"
checkout_and_patch_valgrind_variant "$MEMCHECK_VV_REV" "$VG_MEMCHECK_DIR"
cd "$VG_MEMCHECK_DIR/valgrind"
build_valgrind_for_available_platforms