[PATCH] D51246: Common infrastructure for reading a profile remapping file and building a mangling remapper from it.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 09:23:00 PDT 2018
davidxl added a comment.
Perhaps add some test cases for the parser and reader?
================
Comment at: include/llvm/Support/SymbolRemappingReader.h:34
+// * type A <type>, such as Ss or N4llvm9StringRefE
+// * encoding An <encoding> (a complete mangling without the leading _Z)
+//
----------------
what is the difference between name and encoding? Can you add an encoding example?
Repository:
rL LLVM
https://reviews.llvm.org/D51246
More information about the llvm-commits
mailing list