[all-commits] [llvm/llvm-project] e85eec: [llvm-cov gcov] Change case to match the prevailin...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jun 19 22:51:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e85eecff30685ef135d191f654a89f5c3b64fb5e
https://github.com/llvm/llvm-project/commit/e85eecff30685ef135d191f654a89f5c3b64fb5e
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-19 (Sat, 19 Jun 2021)
Changed paths:
M llvm/include/llvm/ProfileData/GCOV.h
M llvm/lib/ProfileData/GCOV.cpp
Log Message:
-----------
[llvm-cov gcov] Change case to match the prevailing style && replace getString with readString
Commit: 0873016ceff3ded84bfeaa37b39be675fa178f7d
https://github.com/llvm/llvm-project/commit/0873016ceff3ded84bfeaa37b39be675fa178f7d
Author: Fangrui Song <i at maskray.me>
Date: 2021-06-19 (Sat, 19 Jun 2021)
Changed paths:
M llvm/include/llvm/ProfileData/GCOV.h
M llvm/lib/ProfileData/GCOV.cpp
A llvm/test/tools/llvm-cov/gcov/Inputs/gcov-12.gcda
A llvm/test/tools/llvm-cov/gcov/Inputs/gcov-12.gcno
A llvm/test/tools/llvm-cov/gcov/gcov-12.c
Log Message:
-----------
[llvm-cov gcov] Support GCC 12 format
GCC 12 will change the length field to represent the number of bytes instead of
32-bit words. This avoids padding for strings.
Compare: https://github.com/llvm/llvm-project/compare/f07576031766...0873016ceff3
More information about the All-commits
mailing list