http://bugs.llvm.org/show_bug.cgi?id=32087
Bug ID: 32087
Summary: llvm-cov export -format=html outputs json data without
a warning
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
The result of both commands:
```
llvm-cov export a.out -instr-profile default.proftext --format=html
llvm-cov report a.out -instr-profile default.proftext --format=html
```
is always a json/txt file respectively.
Export should return with error complaining about bad format option value or
(at least) print a warning as report does.
Behavior of report and report should be consistent.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs