[PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10

Justin Bogner mail at justinbogner.com
Mon Dec 15 20:40:27 PST 2014


Kuba Brecka <kuba.brecka at gmail.com> writes:
> How about something like:
>
>     default:
>       if (IsDigit(version[1]))
>         return MACOS_VERSION_UNKNOWN_NEWER;
>       else
>         return MACOS_VERSION_UNKNOWN;
>
> Better?

Sure, SGTM. 



More information about the llvm-commits mailing list