summaryrefslogtreecommitdiff
path: root/util/llvm-gcov.sh
blob: 7c1c97a7d5d13e0b4d3baaf2364d1857ccec0e23 (plain)
1
2
3
4
5
6
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 "$@"