[all-commits] [llvm/llvm-project] 1336c5: [llvm-cov][test] Add test coverage for "gcov" impl...

Jordan Rupprecht via All-commits all-commits at lists.llvm.org
Wed May 12 08:25:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1336c5ae2fea48bcb54a5050a01b59333fd502aa
      https://github.com/llvm/llvm-project/commit/1336c5ae2fea48bcb54a5050a01b59333fd502aa
  Author: Jordan Rupprecht <rupprecht at google.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    A llvm/test/tools/llvm-cov/tool-name.test

  Log Message:
  -----------
  [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




More information about the All-commits mailing list