llvm-project/llvm/lib/ProfileData/Coverage
serge-sans-paille effc3339f6 [llvm-cov] Enforce alignment of function records
Function Records are required to be aligned on 8 bytes. This is enforced for each
records except the first, when one relies on the default alignment within an
std::string. There's no such guarantee, and indeed on 32 bits for some
implementation of std::string this is not enforced.

Provide a portable implementation based on llvm's MemoryBuffer.

Differential Revision: https://reviews.llvm.org/D104745
2021-06-25 10:56:06 +02:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
CoverageMapping.cpp [CoverageMapping] Handle gaps in counter IDs for source-based coverage 2021-05-19 10:46:38 -07:00
CoverageMappingReader.cpp [llvm-cov] Enforce alignment of function records 2021-06-25 10:56:06 +02:00
CoverageMappingWriter.cpp [Coverage] Store compilation dir separately in coverage mapping 2021-02-18 14:34:39 -08:00