llvm-amdgpu: apply patch from https://github.com/llvm/llvm-project/pull/80071 (#46753)
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
9855fbf7f1
commit
41773383ec
@ -110,6 +110,14 @@ class LlvmAmdgpu(CMakePackage, CompilerPackage):
|
||||
when="@6.0:",
|
||||
)
|
||||
|
||||
# Fix for https://github.com/llvm/llvm-project/issues/78530
|
||||
# Patch from https://github.com/llvm/llvm-project/pull/80071
|
||||
patch(
|
||||
"https://github.com/ROCm/llvm-project/commit/c651b2b0d9d1393fb5191ac3acfe96e5ecc94bbc.patch?full_index=1",
|
||||
sha256="eaf700a5b51d53324a93e5c951bc08b6311ce2053c44c1edfff5119f472d8080",
|
||||
when="@:6.2",
|
||||
)
|
||||
|
||||
conflicts("^cmake@3.19.0")
|
||||
|
||||
# https://github.com/spack/spack/issues/45746
|
||||
|
Loading…
Reference in New Issue
Block a user