Files
clang-p2996/llvm/test/tools/llvm-profdata/Inputs/instr-remap.proftext
Richard Smith 3164fcfd27 Add flag to llvm-profdata to allow symbols in profile data to be remapped, and
add a tool to generate symbol remapping files.

Summary:
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.

Reviewers: davidxl

Subscribers: mgorny, llvm-commits

Differential Revision: https://reviews.llvm.org/D51470

llvm-svn: 342168
2018-09-13 20:22:02 +00:00

26 lines
129 B
Plaintext

# :ir is the flag to indicate this is IR level profile.
:ir
foo
1234
2
1
2
bar
1234
2
30
40
foo
5678
2
500
600
baz
5678
2
7
8