<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:nicolasweber@gmx.de" title="Nico Weber &lt;nicolasweber&#64;gmx.de&gt;"> <span class="fn">Nico Weber</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED " title="REOPENED --- - ASan broken on Mac OS X 10.8 after merge with UBsan run-time" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23539&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=3S1s9GsiyWdeWf5NdZQP2nRScSOGXuudcFLHgM1eVYc&s=b4rEuh4dY5PNh_wKPtYNhcG1MahCW7NrCtjcBfQAk8E&e=">bug 23539</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>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED " title="REOPENED --- - ASan broken on Mac OS X 10.8 after merge with UBsan run-time" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23539-23c14&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=3S1s9GsiyWdeWf5NdZQP2nRScSOGXuudcFLHgM1eVYc&s=-VnfvQGvELvT8wi-QYlu7TfDI9i3_FFKYQYbvCkv6qc&e=">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED " title="REOPENED --- - ASan broken on Mac OS X 10.8 after merge with UBsan run-time" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23539&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=3S1s9GsiyWdeWf5NdZQP2nRScSOGXuudcFLHgM1eVYc&s=b4rEuh4dY5PNh_wKPtYNhcG1MahCW7NrCtjcBfQAk8E&e=">bug 23539</a>
              from <span class="vcard"><a class="email" href="mailto:nicolasweber@gmx.de" title="Nico Weber &lt;nicolasweber&#64;gmx.de&gt;"> <span class="fn">Nico Weber</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=23539#c12">comment #12</a>)
<span class="quote">> >Our ASan bots are on 10.7 and will stay there for at least a few more months. (We 
> >don't have any plans for upgrading them at the moment.)

> OS X adoption rates are very high; for example, 55% are already on 10.10. I
> suspect only a small percentage of users are running on < 10.9. Is there a
> reason not to upgrade the buildbots 10.10 or 10.9 in the long term?</span >

This is not true in our experience. When a new OS X version is released, many
initial adoption is pretty fast but many people stay around on their current
version for a long time. (And for some reason 10.6 is very popular, it's often
the 2nd-most popular release after the current one.)

samsonov: I'm trying to look at this now. Doing a build of clang with
MACOSX_DEPLOYMENT_TARGET=10.6 now dies in compiler-rt's cmake with

  Too old OS X version: 10.6

It looks like
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150622/284048.html">http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20150622/284048.html</a>
added MACOSX_DEPLOYMENT_TARGET as the default deployment version for
compiler-rt. That's not correct. MACOSX_DEPLOYMENT_TARGET at clang build time
specifies which version of OS X the clang I'm building should run on, not the
version of OS X the binaries produced by that clang should run on.

I need to be able to build a clang that runs on 10.6. The asan'd binaries it
produces can assume 10.7, but the compiler itself needs to be able to run on
10.6, and it needs to be able to produce (non-asan) binaries for 10.6.</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>