1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/unittests/ProfileData
Vedant Kumar 2cee1f1ff7 [Coverage] Fix the way we load "<unknown>:func" records
When emitting coverage mappings for functions with local linkage and an
unknown filename, we use "<unknown>:func" for the PGO function name. The
problem is that we don't strip "<unknown>" from the name when loading
coverage data, like we do for other file names. Fix that and add a test.

llvm-svn: 264559
2016-03-28 01:16:12 +00:00
..
CMakeLists.txt [ProfileData] Add unit test infrastructure for sample profile reader/writer 2015-12-10 17:21:42 +00:00
CoverageMappingTest.cpp [Coverage] Fix the way we load "<unknown>:func" records 2016-03-28 01:16:12 +00:00
InstrProfTest.cpp [unittests] clang-format a line, NFC 2016-03-22 15:14:18 +00:00
SampleProfTest.cpp Interface to get/set profile summary metadata to module 2016-03-18 21:29:30 +00:00