Files
clang-p2996/llvm/test/tools/llvm-profdata/Inputs/instr-remap.expected
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

30 lines
231 B
Plaintext

# IR level Instrumentation Flag
:ir
bar
# Func Hash:
1234
# Num Counters:
2
# Counter Values:
31
42
bar
# Func Hash:
5678
# Num Counters:
2
# Counter Values:
500
600
baz
# Func Hash:
5678
# Num Counters:
2
# Counter Values:
7
8