Skip to content
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

I would like to limit the amount of targets for LLVM #5496

Open
Lorac opened this issue Oct 14, 2024 · 1 comment
Open

I would like to limit the amount of targets for LLVM #5496

Lorac opened this issue Oct 14, 2024 · 1 comment

Comments

@Lorac
Copy link

Lorac commented Oct 14, 2024

Is your feature request related to a problem? Please describe.

When building the package llvm, it builds for all targets, -DLLVM_TARGETS_TO_BUILD=all. I would like that to be configurable so the build takes less time, and not everyone needs all the targets at once.

Describe the solution you'd like

Some configuration options that I could use to only build for targets X86, or any others.

Describe alternatives you've considered

No response

Additional context

No response

@star-hengxing
Copy link
Contributor

I don't have time to add more package configs map to llvm build option and test it.
You can open a pr to improve it or copy the llvm package description to your project and customize the cmake option.

"-DLLVM_TARGETS_TO_BUILD=all",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants