[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 Aug 30 17:28:43 PDT 2018
rsmith updated this revision to Diff 163453.
rsmith added a comment.
- Update documentation for llvm-profdata and add documentation for llvm-cxxmap.
- Add tests for new llvm-profdata functionality.
- Add tests for llvm-cxxmap.
Repository:
rL LLVM
https://reviews.llvm.org/D51470
Files:
docs/CommandGuide/index.rst
docs/CommandGuide/llvm-cxxmap.rst
docs/CommandGuide/llvm-profdata.rst
test/tools/llvm-cxxmap/Inputs/after.sym
test/tools/llvm-cxxmap/Inputs/ambiguous.sym
test/tools/llvm-cxxmap/Inputs/before.sym
test/tools/llvm-cxxmap/Inputs/expected
test/tools/llvm-cxxmap/Inputs/incomplete.sym
test/tools/llvm-cxxmap/Inputs/remap.map
test/tools/llvm-cxxmap/ambiguous.test
test/tools/llvm-cxxmap/incomplete.test
test/tools/llvm-cxxmap/remap.test
test/tools/llvm-profdata/Inputs/instr-remap.expected
test/tools/llvm-profdata/Inputs/instr-remap.proftext
test/tools/llvm-profdata/Inputs/instr-remap.remap
test/tools/llvm-profdata/Inputs/sample-remap.expected
test/tools/llvm-profdata/Inputs/sample-remap.proftext
test/tools/llvm-profdata/Inputs/sample-remap.remap
test/tools/llvm-profdata/instr-remap.test
test/tools/llvm-profdata/sample-remap.test
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.163453.patch
Type: text/x-patch
Size: 24582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/a8938ec2/attachment.bin>
More information about the llvm-commits
mailing list