diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2022-01-05 22:11:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 14:11:05 -0700 |
commit | 071778b919ed435fe28e39dcdd5fabde7496d244 (patch) | |
tree | c8a79d386d80edca29eaf959aa5782e2291f6847 /CITATION.cff | |
parent | a4f0fbafbb7e60fb056e1bea8de924c9c2286e61 (diff) | |
download | spack-071778b919ed435fe28e39dcdd5fabde7496d244.tar.gz spack-071778b919ed435fe28e39dcdd5fabde7496d244.tar.bz2 spack-071778b919ed435fe28e39dcdd5fabde7496d244.tar.xz spack-071778b919ed435fe28e39dcdd5fabde7496d244.zip |
llvm: make targets a multivalued variant (#27735)
* llvm: make targets a multivalued variant
* Fix the targets variant values
1. Make them lowercase and add a mapping to cmake equivalent
2. auto -> all
2. Restore composability by using a multivalued variant, so that
`targets=all` and `targets=x86` is combined to `targets=all,x86`
which is then transformed into LLVM_TARGETS_TO_BUILD=all.
* use targets=x86 in iwyu
* Default to nvptx/amdgpu/host arch targets
* default to none
* Update var/spack/repos/builtin/packages/zig/package.py
Diffstat (limited to 'CITATION.cff')
0 files changed, 0 insertions, 0 deletions