summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/llvm-gcov.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/llvm-gcov.sh b/util/llvm-gcov.sh
new file mode 100755
index 0000000000..7c1c97a7d5
--- /dev/null
+++ b/util/llvm-gcov.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+#
+# Copyright 2021 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+exec llvm-cov gcov "$@"