1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/unittests/ProfileData
Richard Smith 329ea467f2 Fix use-after-free with profile remapping.
We need to keep the underlying profile reader alive as long as the
profile data, because the profile data may contain StringRefs referring
to strings in the reader's name table.

llvm-svn: 349600
2018-12-19 03:24:03 +00:00
..
CMakeLists.txt [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CoverageMappingTest.cpp [Coverage] Take filenames into account when loading function records. 2018-05-08 19:26:51 +00:00
InstrProfTest.cpp Support for remapping profile data when symbols change, for 2018-10-10 21:09:37 +00:00
SampleProfTest.cpp Fix use-after-free with profile remapping. 2018-12-19 03:24:03 +00:00