llvm: fix patch already applied on main branch (#31694)

This commit is contained in:
Harmen Stoppels 2022-07-22 18:46:03 +02:00 committed by GitHub
parent 5cf7d8e9ef
commit 517293efe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,7 @@ class Llvm(CMakePackage, CudaPackage):
patch('llvm14-hwloc-ompd.patch', when='@14') patch('llvm14-hwloc-ompd.patch', when='@14')
# make libflags a list in openmp subproject when ~omp_as_runtime # 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 # The functions and attributes below implement external package
# detection for LLVM. See: # detection for LLVM. See: