diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-11-18 04:10:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 20:10:59 -0700 |
commit | 40a6ac62d37ea5a8c7e3152e6a110759185f8109 (patch) | |
tree | ff7ae7986571922ae7621fc4ece3b6317f7e171b /share | |
parent | d24d13559b78d640c6101321aca982197a156ca8 (diff) | |
download | spack-40a6ac62d37ea5a8c7e3152e6a110759185f8109.tar.gz spack-40a6ac62d37ea5a8c7e3152e6a110759185f8109.tar.bz2 spack-40a6ac62d37ea5a8c7e3152e6a110759185f8109.tar.xz spack-40a6ac62d37ea5a8c7e3152e6a110759185f8109.zip |
llvm: introduce [build/link]_llvm_dylib (#27450)
Apart from building a single dylib for LLVM, users should also be able
to link tools against it.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml index ef85ed69c0..fcc1eb1432 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml @@ -119,7 +119,7 @@ spack: - libnrm - libquo - libunwind - - llvm +all_targets +clang +compiler-rt +libcxx +lld +lldb +llvm_dylib +flang ~cuda + - llvm +all_targets +clang +compiler-rt +libcxx +lld +lldb +build_llvm_dylib +flang ~cuda - loki - mercury - metall diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 867a539b54..cb49f7a703 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -130,7 +130,7 @@ spack: - libnrm - libquo - libunwind - - llvm +all_targets +clang +compiler-rt +libcxx +lld +lldb +llvm_dylib +flang ~cuda + - llvm +all_targets +clang +compiler-rt +libcxx +lld +lldb +build_llvm_dylib +flang ~cuda - loki - mercury - metall |