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.
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.
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