[all-commits] [llvm/llvm-project] e664d0: [gcov] Improve tests and lower the minimum support...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 6 23:14:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e664d0543f8ce5e1000593a6e881cdb7eb401c84
      https://github.com/llvm/llvm-project/commit/e664d0543f8ce5e1000593a6e881cdb7eb401c84
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-06-06 (Sat, 06 Jun 2020)

  Changed paths:
    M clang/test/CodeGen/code-coverage.c
    A compiler-rt/test/profile/gcov-basic.c
    M llvm/include/llvm/ProfileData/GCOV.h
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/test/Transforms/GCOVProfiling/global-ctor.ll

  Log Message:
  -----------
  [gcov] Improve tests and lower the minimum supported version to gcov 3.4

global-ctor.ll no longer checks what it intended to check
(@_GLOBAL__sub_I_global-ctor.ll needs a !dbg to work).
Rewrite it.

gcov 3.4 and gcov 4.2 use the same format, thus we can lower the version
requirement to 3.4




More information about the All-commits mailing list