<div dir="ltr">Are the minimum versions detectable in the processor? If so it seems like we could safely configure this change that way.<div><br></div><div>/Eric</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 5, 2016 at 7:37 AM, Duncan Exon Smith <span dir="ltr"><<a href="mailto:dexonsmith@apple.com" target="_blank">dexonsmith@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I haven't looked at the patch, but yes, many developers on our platform back-deploy to older OS versions (and we support that via Clang flags, e.g., -miphoneos-version-min=8.0).  They always build against the newest SDK/headers.<br>
<br>
-- dpnes<br>
<div class="HOEnZb"><div class="h5"><br>
> On Dec 5, 2016, at 00:35, Eric Fiselier via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br>
><br>
> EricWF added a reviewer: dexonsmith.<br>
> EricWF added a subscriber: dexonsmith.<br>
> EricWF added a comment.<br>
><br>
> In <a href="https://reviews.llvm.org/D27387#613071" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D27387#613071</a>, @smeenai wrote:<br>
><br>
>> In <a href="https://reviews.llvm.org/D27387#612975" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D27387#612975</a>, @EricWF wrote:<br>
>><br>
>>> I wonder if we should consider this a breaking ABI change and control it using a `_LIBCPP_ABI` macro. @mclow.lists thoughts?<br>
>><br>
>><br>
>> This is forward-compatible (as in clients built against an older libc++ would be happy with this version) but not backwards-compatible (as in clients built against this version would not be able to run against an older libc++). Has libc++ been aiming to maintain compatibility in both directions?<br>
><br>
><br>
> Hmm, I'm not exactly sure. We don't make backward incompatible changes to existing code often. I wonder if vendors like Apple require such backwards compatibility. Maybe @dexonsmith  can weigh in?<br>
><br>
><br>
> <a href="https://reviews.llvm.org/D27387" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D27387</a><br>
><br>
><br>
><br>
</div></div></blockquote></div><br></div>