[PATCH] D51470: Add flag to llvm-profdata to allow symbols in profile data to be remapped, andadd a tool to generate symbol remapping files.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 17:26:59 PDT 2018


rsmith created this revision.
rsmith added a reviewer: davidxl.
Herald added subscribers: llvm-commits, mgorny.

The new tool llvm-cxxmap builds a symbol mapping table from a file containing
a description of partial equivalences to apply to mangled names and files
containing old and new symbol tables.


Repository:
  rL LLVM

https://reviews.llvm.org/D51470

Files:
  tools/llvm-cxxmap/CMakeLists.txt
  tools/llvm-cxxmap/LLVMBuild.txt
  tools/llvm-cxxmap/llvm-cxxmap.cpp
  tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51470.163234.patch
Type: text/x-patch
Size: 14755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/d7a31445/attachment-0001.bin>


More information about the llvm-commits mailing list