You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can no longer accurately determine what version of clang is running on OS X.
Before El Capitan's beta I would have suggested having pairs of Apple Clang versions and their upstream counterparts to compare to (i.e. using a resource such as https://gist.github.com/yamaya/2924292) but I imagine the new --version output is Apple subtly suggesting applications shouldn't need to know what version of LLVM is under the hood.
The text was updated successfully, but these errors were encountered:
Apple subtly suggesting applications shouldn't need to know what version of LLVM is under the hood.
We are not an application, we are a compiler. Since they do not want us to, anymore, I guess the only way is to go ahead and ship our own set of LLVM tools (we currently do not).
steveklabnik
added
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
O-macos
Operating system: macOS
labels
Jun 15, 2015
Starting with OS X El Capitan, the output of
clang --version
is similar to:This means, going forward, that the logic at
rust/configure
Line 974 in 3d74fbd
Before El Capitan's beta I would have suggested having pairs of Apple Clang versions and their upstream counterparts to compare to (i.e. using a resource such as https://gist.github.com/yamaya/2924292) but I imagine the new
--version
output is Apple subtly suggesting applications shouldn't need to know what version of LLVM is under the hood.The text was updated successfully, but these errors were encountered: