r177470 - Make clang emit linkage names in debug info for subprograms when coverage info

Nick Lewycky nlewycky at google.com
Tue Mar 19 18:54:22 PDT 2013


On 19 March 2013 18:38, Nick Lewycky <nicholas at mxc.ca> wrote:

> Author: nicholas
> Date: Tue Mar 19 20:38:16 2013
> New Revision: 177470
>
> URL: http://llvm.org/viewvc/llvm-project?rev=177470&view=rev
> Log:
> Make clang emit linkage names in debug info for subprograms when coverage
> info
> is enabled. Also add a new -test-coverage cc1 flag which makes testing
> coverage
> possible and add our first clang-side coverage test.
>

My apologies, test/CodeGen/code-coverage.c is pre-existing. The newly added
testing flag lets us test profile-notes, as well as profile-arcs. The
latter was already testable because it made changes to the IR that change
the generated program.

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130319/05033b97/attachment.html>


More information about the cfe-commits mailing list