-
Notifications
You must be signed in to change notification settings - Fork 5
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
LLVM does no compile on current macOS #1
Comments
Is this from running the build.sh script? I would need to look further into it, but my initial thoughts are that if this is an error occurring when LLVM tries to run some tests on the compiled backend (and in this, not an issue in the backend of the compiler which you are using to compile LLVM), then it would make perfect sense, since no instruction selection for atomic instructions has been implemented, obviously given the lack of support for this in the ISA. So again, i would have to look in to when this error happens in the build process - would it be possible to post some further information about when it occurs? |
Probably this is an issue with the setup of compiling target llvm with a host llvm. More context:
|
Could be... to narrow in on the issue, i would suggest compiling the LLVM version which Leros-LLVM points to (ee0e48f), just to figure out whether there is an issue in our codebase, or in your compilation setup. It's been quite a while since Leros-LLVM synced with upstream, but this should nevertheless not suddenly infer errors. |
In this commit there is no build.sh. How to compile? |
Now it fails with:
|
on macOS Catalina the build crashes with:
The text was updated successfully, but these errors were encountered: