-
Notifications
You must be signed in to change notification settings - Fork 1
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
How can I know if I have the correct LLVM installed? #1
Comments
The clang that's being used is |
Example output from. |
Looks like ARM assembly now that I've looked a bit closer.. |
Did you use |
Ok, so I added:
to cabal.project Now I'm getting.
in the logs. |
Actually it seems to work for |
For zlib, which is missing |
|
@alexanderkjeldaas that's a good questions. I guess we could just add it, but ideally it would come out of the config files via the |
It might already be there, I'm not sure. Need to debug a bit more.
…On Wed, Apr 4, 2018, 05:26 Moritz Angermann ***@***.***> wrote:
@alexanderkjeldaas <https://github.com/alexanderkjeldaas> that's a good
questions. I guess we could just add it, but ideally it would come out of
the config files via the -system flag I believe.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUtqWEcSiR2gEjeEvf-Kmb3PXTNPQd1ks5tlD1igaJpZM4TD1Xf>
.
|
It seems I'm using the wrong LLVM. I'm getting tons of:
I've installed from http://apt.llvm.org/ and also from http://releases.llvm.org/download.html#5.0.0
Maybe I should compile something myself?
What's the procedure for checking whether my LLVM is the correct one?
The text was updated successfully, but these errors were encountered: