summaryrefslogtreecommitdiff
path: root/util/llvm-gcov.sh
blob: 826a90113473306979b62e7b6531adef5124b1fa (plain)
1
2
3
4
5
6
7
#!/bin/bash
#
# Copyright 2021 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

exec llvm-cov gcov "$@"