https://bugs.llvm.org/show_bug.cgi?id=34922
Bug ID: 34922
Summary: llvm-cov gcov on Windows fails with "function
identifiers do not match" with simple test case using
templates
Product: new-bugs
Version: 5.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedb...@nondot.org
Reporter: mcastelluc...@mozilla.com
CC: llvm-bugs@lists.llvm.org
Created attachment 19265
--> https://bugs.llvm.org/attachment.cgi?id=19265&action=edit
main.cpp
llvm-cov is failing with:
"Function identifiers do not match: 10 != 2573 (in
??1?$Ciao@V?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@@@QAE@XZ).
Invalid .gcda File!"
on the attached test case.
Simply run:
clang-cl --coverage -Od main.cpp
./main
llvm-cov gcov main.gcda
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs