<div dir="ltr">Confirmed! Thanks for the super quick fix!</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 7, 2019 at 11:13 AM Adrian Prantl <<a href="mailto:aprantl@apple.com">aprantl@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Should be fixed by r360174.<br>
<br>
-- adrian<br>
<br>
> On May 7, 2019, at 9:26 AM, Arthur O'Dwyer <<a href="mailto:arthur.j.odwyer@gmail.com" target="_blank">arthur.j.odwyer@gmail.com</a>> wrote:<br>
> <br>
> Adrian,<br>
> <br>
> Your recent commit<br>
> <a href="https://github.com/llvm-mirror/llvm/commit/e8c5427c" rel="noreferrer" target="_blank">https://github.com/llvm-mirror/llvm/commit/e8c5427c</a><br>
> causes build failures for me locally on Mac OSX 10.11.6 using a stock (and I guess fairly old) Xcode Clang.<br>
> <br>
> Is there any way to fix trunk so that your new code is #ifdef'ed out for versions of Clang that don't support this bizarre __builtin_available(macos 10.12, *) syntax?  Or maybe hide it behind a macro?<br>
> <br>
> Thanks in advance,<br>
> Arthur<br>
> <br>
> In file included from $ROOT/llvm/lib/Support/Path.cpp:1113:<br>
> $ROOT/llvm/lib/Support/Unix/Path.inc:1140:27: error: use of undeclared identifier 'macos'; did you mean 'acos'?<br>
>   if (__builtin_available(macos 10.12, *)) {<br>
>                           ^~~~~<br>
>                           acos<br>
> /usr/include/math.h:323:15: note: 'acos' declared here<br>
> extern double acos(double);<br>
>               ^<br>
> In file included from $ROOT/llvm/lib/Support/Path.cpp:1113:<br>
> $ROOT/llvm/lib/Support/Unix/Path.inc:1147:14: error: use of undeclared identifier 'COPYFILE_CLONE'<br>
>       Flag = COPYFILE_CLONE;<br>
>              ^<br>
> 2 errors generated.<br>
> <br>
<br>
</blockquote></div>