[all-commits] [llvm/llvm-project] f08115: [gcov] Implement --stdout -t

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun May 10 21:02:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f081150c4dc0131c5c7db904ea5070be037ea6d1
      https://github.com/llvm/llvm-project/commit/f081150c4dc0131c5c7db904ea5070be037ea6d1
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/test/tools/llvm-cov/llvm-cov.test
    M llvm/tools/llvm-cov/gcov.cpp

  Log Message:
  -----------
  [gcov] Implement --stdout -t

gcov by default prints to a .gcov file. With --stdout, stdout is used.
Some summary information is omitted. There is no separator for multiple
source files.




More information about the All-commits mailing list