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

Side by Side Diff: tools/llvm_coverage.sh

Issue 1213063009: Add scripts for running LLVM coverage (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove accidentally-include script Created 5 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/sh
2 # Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5
6 # Run from Skia repo like this:
7 # $ tools/llvm_coverage.sh dm
8 # or
9 # $ tools/llvm_coverage.sh nanobench
10
11 set -x
12 set -e
13
14 make clean
15 tools/llvm_coverage_build $1
mtklein 2015/07/01 20:17:37 Any reason not to fold tools/llvm_coverage_build r
borenet 2015/07/06 12:06:35 My plan is to run this bot as a new "coverage" fla
16 python tools/llvm_coverage_run.py $@
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | tools/llvm_coverage_build » ('j') | tools/llvm_coverage_build » ('J')

Powered by Google App Engine
This is Rietveld 408576698