-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dsymutil warning #15594
Comments
Great, that means we can also switch over the DWARF version to 4 by default on all platforms. |
Do they backport new command line tools releases to all old os x versions? |
@tkelman Looking at the Apple Developer downloads page, the trend appears to be to supply the most recent command line tools for the current and (sometimes) previous OS X releases. If the previous OS is supported, install packages for both OS releases are released nearly simultaneously. By late Spring, the previous OS is no longer supported. That said, the newest command line tools (for Xcode 7.3) has only been released for 10.11. Based on the observed trend, I'm skeptical that a 10.10 backport will be released. |
updating command line tools gains us a new build warning and probably failure mode:
indeed, it looks like apple is now bundling llvm's dsymutil (i think @Keno will like that), which wants a different invocation command:
The text was updated successfully, but these errors were encountered: