[LLVMbugs] [Bug 16568] New: There should be an user-friendly option for selecting coverage file flavour.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jul 8 23:55:09 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16568
Bug ID: 16568
Summary: There should be an user-friendly option for selecting
coverage file flavour.
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: magnus.reftel at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Clang can generate coverage information in different formats. The defaults
match what llvm-cov is expecting, but make gcov segfault. Files that are
compatible with gcov 4.7 can be generated using the option sequence "-Xclang
-coverage-cfg-checksum -Xclang -coverage-no-function-names-in-data -Xclang
-coverage-version='407*'", but something more user-friendly (and documentable)
would be very welcome.
--
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/20130709/59f1c4e3/attachment.html>
More information about the llvm-bugs
mailing list