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
I am using macOS 10.14.4 and I can't seem to find a way to install LLVM 5.0.0/1. The install script under utils/ fails. I've tried using the precompiled libraries available here, but that didn't work for me. I cannot install older versions of XCode that would allow me to install 5.0.0/1 without downgrading my OS.
The text was updated successfully, but these errors were encountered:
How does the error message look like when using the installer script?
Are you able to run LLVM 8.0.0 on macOS 10.14.4? We are currently moving towards LLVM 8.0.0. We will create a separate branch for that in order to evaluate how much stuff we break/need to fix. We plan to finish the transition to 8.0.0 somewhere next week.
LLVM 8.0.0 runs on macOS 10.14.4 - it's the version that ships with the latest version of Xcode, I believe. Here is some terminal output from running the install script. Also, here are the changes I had to make for Phasar build on macOS, at least on my system. I am excited to hear that you will be transitioning to 8.0.0.
I am using macOS 10.14.4 and I can't seem to find a way to install LLVM
5.0.0/1
. The install script underutils/
fails. I've tried using the precompiled libraries available here, but that didn't work for me. I cannot install older versions of XCode that would allow me to install5.0.0/1
without downgrading my OS.The text was updated successfully, but these errors were encountered: