[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
Thu Sep 13 13:23:33 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342168: Add flag to llvm-profdata to allow symbols in profile data to be remapped, and (authored by rsmith, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51470?vs=163453&id=165365#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51470

Files:
  llvm/trunk/docs/CommandGuide/index.rst
  llvm/trunk/docs/CommandGuide/llvm-cxxmap.rst
  llvm/trunk/docs/CommandGuide/llvm-profdata.rst
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/after.sym
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/ambiguous.sym
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/before.sym
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/expected
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/incomplete.sym
  llvm/trunk/test/tools/llvm-cxxmap/Inputs/remap.map
  llvm/trunk/test/tools/llvm-cxxmap/ambiguous.test
  llvm/trunk/test/tools/llvm-cxxmap/incomplete.test
  llvm/trunk/test/tools/llvm-cxxmap/remap.test
  llvm/trunk/test/tools/llvm-profdata/Inputs/instr-remap.expected
  llvm/trunk/test/tools/llvm-profdata/Inputs/instr-remap.proftext
  llvm/trunk/test/tools/llvm-profdata/Inputs/instr-remap.remap
  llvm/trunk/test/tools/llvm-profdata/Inputs/sample-remap.expected
  llvm/trunk/test/tools/llvm-profdata/Inputs/sample-remap.proftext
  llvm/trunk/test/tools/llvm-profdata/Inputs/sample-remap.remap
  llvm/trunk/test/tools/llvm-profdata/instr-remap.test
  llvm/trunk/test/tools/llvm-profdata/sample-remap.test
  llvm/trunk/tools/llvm-cxxmap/CMakeLists.txt
  llvm/trunk/tools/llvm-cxxmap/LLVMBuild.txt
  llvm/trunk/tools/llvm-cxxmap/llvm-cxxmap.cpp
  llvm/trunk/tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51470.165365.patch
Type: text/x-patch
Size: 26056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180913/2f8714a1/attachment.bin>


More information about the llvm-commits mailing list