-
Notifications
You must be signed in to change notification settings - Fork 123
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
ARM Target dependency #16
Comments
In its present form, the tool depends on LLVM builds of both X86 and ARM. |
Hence the suggestion to make it more modular or at least check the targets variable during cmake configuration. |
Reopening to track addition of support for modular build of llvm-mctoll. |
We are working on this now and expect to push a change soon. |
Fixed. Commit f4b690b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With -DLLVM_TARGETS_TO_BUILD=X86 I get the following error, might be good to make the build more modular:
The text was updated successfully, but these errors were encountered: