llvm: fix patch already applied on main branch (#31694)
This commit is contained in:
parent
5cf7d8e9ef
commit
517293efe0
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ class Llvm(CMakePackage, CudaPackage):
|
|||
patch('llvm14-hwloc-ompd.patch', when='@14')
|
||||
|
||||
# make libflags a list in openmp subproject when ~omp_as_runtime
|
||||
patch('libomp-libflags-as-list.patch', when='@3.7:')
|
||||
patch('libomp-libflags-as-list.patch', when='@3.7:14')
|
||||
|
||||
# The functions and attributes below implement external package
|
||||
# detection for LLVM. See:
|
||||
|
|
Loading…
Reference in a new issue