Common infrastructure for reading a profile remapping file and building
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Sep 2018 18:51:44 +0000 (18:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 13 Sep 2018 18:51:44 +0000 (18:51 +0000)
commit327f05509f63515d35f2f2a1777250c1db56fa13
tree093679d1f65158097f21fcfa0ca7ef29b2cdde92
parent065b088759c2f3b1e92743008fd0a6eed3ff5290
Common infrastructure for reading a profile remapping file and building
a mangling remapper from it.

Differential Revision: https://reviews.llvm.org/D51246

llvm-svn: 342161
llvm/include/llvm/Support/SymbolRemappingReader.h [new file with mode: 0644]
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/SymbolRemappingReader.cpp [new file with mode: 0644]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/SymbolRemappingReaderTest.cpp [new file with mode: 0644]