Skip to content
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

Support XCode 8.3 and LLVM 3.9 #1765

Merged
merged 1 commit into from
Mar 28, 2017
Merged

Support XCode 8.3 and LLVM 3.9 #1765

merged 1 commit into from
Mar 28, 2017

Conversation

sylvanc
Copy link
Contributor

@sylvanc sylvanc commented Mar 28, 2017

Previously, we used llvm-ar-3.8 if it was available. This doesn't work
with XCode 8.3, which will issue a link error. Instead, we now pick up
the llvm-ar from the llvm-config --bindir directory if it is
available, and otherwise fall back.

As part of this change, the homebrew location for llvm@3.9's llvm-config
is tried if no LLVM_CONFIG is specified.

Previously, we used llvm-ar-3.8 if it was available. This doesn't work
with XCode 8.3, which will issue a link error. Instead, we now pick up
the llvm-ar from the `llvm-config --bindir` directory if it is
available, and otherwise fall back.

As part of this change, the homebrew location for llvm@3.9's llvm-config
is tried if no LLVM_CONFIG is specified.
@SeanTAllen SeanTAllen added the changelog - added Automatically add "Added" CHANGELOG entry on merge label Mar 28, 2017
@SeanTAllen SeanTAllen merged commit 69a9557 into master Mar 28, 2017
ponylang-main added a commit that referenced this pull request Mar 28, 2017
@SeanTAllen SeanTAllen deleted the find-llvm-ar branch March 28, 2017 23:26
JONBRWN added a commit to WallarooLabs/ponyc that referenced this pull request Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants