llvm-project/compiler-rt/lib/memprof/tests
Snehasish Kumar 3a4d373ec2 [memprof] Align each rawprofile section to 8b.
The first 8b of each raw profile section need to be aligned to 8b since
the first item in each section is a u64 count of the number of items in
the section.
Summary of changes:
* Assert alignment when reading counts.
* Update test to check alignment, relax some size checks to allow padding.
* Update raw binary inputs for llvm-profdata tests.

Differential Revision: https://reviews.llvm.org/D114826
2021-11-30 20:12:43 -08:00
..
CMakeLists.txt [memprof] Disable pedantic warnings, suppress variadic macro warning. 2021-11-30 12:03:19 -08:00
driver.cpp
rawprofile.cpp [memprof] Align each rawprofile section to 8b. 2021-11-30 20:12:43 -08:00