On Mon, Aug 22, 2011 at 20:22:30 -0400, Richard Hipp wrote:
> (1) Compilers sometimes make mistakes.  So it is important that you test
> your object code - not just your source code.  That means running your test
> cases using exactly the same *.o files that you use for delivery.  "Fly what
> you test and test what you fly."

LLVM bug tracker says[1] that they added support for generating gcov
information about two months ago, so sufficiently new Clang would be worth
trying (as already mentioned, it's becomming quite popular lately).

[1]: http://llvm.org/bugs/show_bug.cgi?id=8030

-- 
                                                 Jan 'Bulb' Hudec <b...@ucw.cz>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to