01.06.2013, 19:39, "Sylvestre Ledru" <[email protected]>: > http://buildd-clang.debian.net/coverage/ > Your patch fixed the issue! > Thanks to it, the LLVM toolchain is close to the 80 % lines test > coverage (which is excellent).
Note that line-based coverage is far from being precise. To get more realistic estimation of coverage, you need to use coverage tool that provides decision and condition coverage, e.g. TestCocoon. -- Regards, Konstantin _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
