llvm: Fix the llvm versions for using the MicrosoftDemange patch (#28140)
This commit is contained in:
parent
b7b6542804
commit
d236b9438d
@ -288,8 +288,8 @@ class Llvm(CMakePackage, CudaPackage):
|
||||
patch('sanitizer-ipc_perm_mode.patch', when="@5:7+compiler-rt%clang@11:")
|
||||
patch('sanitizer-ipc_perm_mode.patch', when="@5:9+compiler-rt%gcc@9:")
|
||||
|
||||
# github.com/spack/spack/issues/24270 and MicrosoftDemangle: %gcc@10: and %clang@13:
|
||||
patch('missing-includes.patch', when='@8:11')
|
||||
# github.com/spack/spack/issues/24270: MicrosoftDemangle for %gcc@10: and %clang@13:
|
||||
patch('missing-includes.patch', when='@8:9')
|
||||
|
||||
# Backport from llvm master + additional fix
|
||||
# see https://bugs.llvm.org/show_bug.cgi?id=39696
|
||||
|
Loading…
Reference in New Issue
Block a user