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

Remove early check for LLVM with TruffleRuby #4427

Merged
merged 1 commit into from
Jul 10, 2018

Conversation

eregon
Copy link
Contributor

@eregon eregon commented Jul 10, 2018

So this logic is redundant because per-platform checks for installing LLVM are already in RVM and TruffleRuby itself checks if clang & opt are available when it needs to compile C extensions.
It's also needlessly restrictive for Homebrew and MacPorts (forcing the LLVM executables to be in PATH), so it needs to be removed.

cc @havenwood

* TruffleRuby already checks later and looks up more paths to find
  the LLVM executables clang and opt.
* See oracle/truffleruby#1386.
@eregon eregon force-pushed the truffleruby-remove-early-llvm-check branch from c6f9156 to e6e61f6 Compare July 10, 2018 20:49
Copy link
Member

@havenwood havenwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the patch and upstream macports fix!

@havenwood havenwood merged commit a48ee22 into rvm:master Jul 10, 2018
@eregon eregon deleted the truffleruby-remove-early-llvm-check branch July 10, 2018 21:05
@eregon
Copy link
Contributor Author

eregon commented Jul 10, 2018

@havenwood Thanks for merging so quickly :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants