OSDN Git Service

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)
commit9d93ec6c77faaa5baf25b031be9e0f81d4a9b109
treea60f226f10f3d9359b21b9cac94c6d108f513525
parent64a51341c95f31fc8da48e74508edbc7e3427b8d
Common infrastructure for reading a profile remapping file and building
a mangling remapper from it.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@342161 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SymbolRemappingReader.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/SymbolRemappingReader.cpp [new file with mode: 0644]
unittests/Support/CMakeLists.txt
unittests/Support/SymbolRemappingReaderTest.cpp [new file with mode: 0644]