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
30 lines
231 B
Plaintext
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
|
|
|