<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:eric@efcs.ca" title="Eric Fiselier <eric@efcs.ca>"> <span class="fn">Eric Fiselier</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - libc++ has problems building with ccache"
   href="https://llvm.org/bugs/show_bug.cgi?id=31036">bug 31036</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;">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 - libc++ has problems building with ccache"
   href="https://llvm.org/bugs/show_bug.cgi?id=31036#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - libc++ has problems building with ccache"
   href="https://llvm.org/bugs/show_bug.cgi?id=31036">bug 31036</a>
              from <span class="vcard"><a class="email" href="mailto:eric@efcs.ca" title="Eric Fiselier <eric@efcs.ca>"> <span class="fn">Eric Fiselier</span></a>
</span></b>
        <pre> ccache provides a two-phase preprocess/compile mode which works with -verify
tests. It is enabled by default for ccache >= 3.3 but has to be manually
enabled before then using the env var `CCACHE_CPP2=1` or the config file option
`run_second_cpp = true`.

The libc++ -verify tests are fixed r287109 which simply adds `CCACHE_CPP2=1` to
the test environment.

@Renato can you confirm the fix works for you?</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>