1#!/bin/bash
2# Wrapper script around 'llvm-cov gcov'.
3exec llvm-cov gcov $@
4