[llvm-cov][test] Add test coverage for "gcov" implying "llvm-cov gcov" compatibility.
authorJordan Rupprecht <rupprecht@google.com>
Wed, 12 May 2021 01:36:53 +0000 (18:36 -0700)
committerJordan Rupprecht <rupprecht@google.com>
Wed, 12 May 2021 15:21:42 +0000 (08:21 -0700)
commit1336c5ae2fea48bcb54a5050a01b59333fd502aa
treeab76ec99d5937e070bc62b89275f8d2a3d41207d
parent98575708da9544ccab8939fece9c3d638a32f09f
[llvm-cov][test] Add test coverage for "gcov" implying "llvm-cov gcov" compatibility.

Much like other LLVM binary utilities, `llvm-cov` has a symlink compatibility feature where it runs in `gcov` compatibility mode if the binary name ends in `gcov`. This is identical to invoking `llvm-cov gcov ...`.

Differential Revision: https://reviews.llvm.org/D102299
llvm/test/tools/llvm-cov/tool-name.test [new file with mode: 0644]