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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 03:45:32 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Revision".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3164fcfd273b: Add flag to llvm-profdata to allow symbols in profile data to be remapped, and… (authored by Richard Smith <richard-llvm at metafoo.co.uk>).

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

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D51470/new/

https://reviews.llvm.org/D51470

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51470.223481.patch
Type: text/x-patch
Size: 24836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/857d232b/attachment-0001.bin>


More information about the llvm-commits mailing list