https://bugs.llvm.org/show_bug.cgi?id=34795

            Bug ID: 34795
           Summary: llvm-cov show: need to specify multiple -object's is
                    unusable
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangb...@nondot.org
          Reporter: lebedev...@gmail.com
                CC: llvm-bugs@lists.llvm.org

I was just experimenting with getting code coverage output from clang.
When there is just one binary, then llvm-cov show works fine.

But if the coverage data was merged from multiple binaries, to get the complete
info about the full coverage, each of these binaries needs to be explicitly
passed into llvm-cov show.

This is rather unusable. It would be nice if there could be some native
solution, much like what gcov/lcov already does, that would not require
specifying every binary...

For me, i should be able to solve it with some cmake magic though.

-- 
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

Reply via email to