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.
This commit is contained in:
Harmen Stoppels
2021-11-18 04:10:59 +01:00
committed by GitHub
parent d24d13559b
commit 40a6ac62d3
3 changed files with 16 additions and 7 deletions

View File

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

View File

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