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

Unified Diff: tools/llvm_coverage.sh

Issue 2353483003: Delete unused coverage recipe code. (Closed)
Patch Set: tools/ too Created 4 years, 3 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
Index: tools/llvm_coverage.sh
diff --git a/tools/llvm_coverage.sh b/tools/llvm_coverage.sh
deleted file mode 100755
index 59d99e7a271cc16a275323846d8407bb1805caa2..0000000000000000000000000000000000000000
--- a/tools/llvm_coverage.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2015 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.
-
-# Run from Skia repo like this:
-# $ tools/llvm_coverage.sh dm
-# or
-# $ tools/llvm_coverage.sh nanobench
-
-set -x
-set -e
-
-make clean
-tools/llvm_coverage_build $1
-python tools/llvm_coverage_run.py $@

Powered by Google App Engine
This is Rietveld 408576698