[all-commits] [llvm/llvm-project] 489a35: [llvm-cov] Support for v4 format in convert-for-te...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue May 11 14:42:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 489a3531a42fe97c7fa00255fc5e8d31a610492d
https://github.com/llvm/llvm-project/commit/489a3531a42fe97c7fa00255fc5e8d31a610492d
Author: Petr Hosek <phosek at google.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
M llvm/tools/llvm-cov/TestingSupport.cpp
Log Message:
-----------
[llvm-cov] Support for v4 format in convert-for-testing
v4 moves function records to a dedicated section so we need to write
and read it separately.
https://reviews.llvm.org/D100535
More information about the All-commits
mailing list