[llvm-bugs] [Bug 44513] New: llvm-profdata failed to merge profraw with Unsupported instrumentation profile format version
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 10 11:50:28 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44513
Bug ID: 44513
Summary: llvm-profdata failed to merge profraw with Unsupported
instrumentation profile format version
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: zhizhouy at google.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
I built instrumented llvm with -fprofile-generate and use llvm to build
libunwind and got profraw data.
When using llvm-profdata to merge the profraw file, cmd:
bin/llvm-profdata merge --output perf.data ~/llvm/libunwind.profraw
It shows error:
warning: ~/llvm/libunwind.profraw: Unsupported instrumentation profile format
version
error: No profiles could be merged.
Attached is the profraw data I generated with intrumented llvm.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200110/a1eb7cab/attachment.html>
More information about the llvm-bugs
mailing list