llvm-project/compiler-rt/test/memprof
Snehasish Kumar a4b92d6158 [memprof] Remove the "Live on exit:" print for text format.
We dropped the printing of live on exit blocks in rG1243cef245f6 -
the commit changed the insertOrMerge logic. Remove the message since it
is no longer needed (all live blocks are inserted into the hashmap)
before serializing/printing the profile. Furthermore, the original
intent was to capture evicted blocks so it wasn't entirely correct.

Also update the binary format test invocation to remove the redundant
print_text directive now that it is the default.

Differential Revision: https://reviews.llvm.org/D114285
2021-11-22 13:30:48 -08:00
..
TestCases [memprof] Remove the "Live on exit:" print for text format. 2021-11-22 13:30:48 -08:00
CMakeLists.txt
lit.cfg.py [memprof] Make the raw binary format the default. 2021-11-11 11:29:36 -08:00
lit.site.cfg.py.in