<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:wendling@apple.com" title="Bill Wendling <wendling@apple.com>"> <span class="fn">Bill Wendling</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - GCOVProfiling __gcov_flush only flushes the current compilation unit"
   href="http://llvm.org/bugs/show_bug.cgi?id=15191">bug 15191</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>wendling@apple.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - GCOVProfiling __gcov_flush only flushes the current compilation unit"
   href="http://llvm.org/bugs/show_bug.cgi?id=15191#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - GCOVProfiling __gcov_flush only flushes the current compilation unit"
   href="http://llvm.org/bugs/show_bug.cgi?id=15191">bug 15191</a>
              from <span class="vcard"><a class="email" href="mailto:wendling@apple.com" title="Bill Wendling <wendling@apple.com>"> <span class="fn">Bill Wendling</span></a>
</span></b>
        <pre>Fixed:

Compiler-RT change:

Sending        lib/profile/GCDAProfiling.c
Transmitting file data .
Committed revision 177337.

LLVM change:

Sending        Instrumentation/GCOVProfiling.cpp
Transmitting file data .
Committed revision 177340.


Note: With the example below, there will still be no lines executed in main.c,
because the 'foo()' function never returns (and thus never gets counted). To
show that it is indeed being run, add this to the top of `main()':

  for (int i = 0; i < 1; ++i)
    printf("hello world!\n");</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>