-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Cut features out of our LLVM build #1274
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Here's all the optional features, as defined by llvm's
Out of all these, I think the only ones we can really disable that are on by default are:
I've got a patch with the above (modulo the timestamping) that I'm currently building and validating the test suite against. Will open pull request soon. |
brson
pushed a commit
that referenced
this issue
Dec 10, 2011
Issue #1274 - should make the build a wee bit faster.
Fixed in 638b514. Thanks, thoughtpolice. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
We are building some features that we don't need, like JIT. I'm sure trimming down the LLVM build would be appreciated.
The text was updated successfully, but these errors were encountered: