Merge pull request #140699 from lovesegfault/fix-rocm-compiler-rt

llvmPackages_rocm.compiler-rt: replace dead patch with clone

authored by Domen Kožar and committed by GitHub 56278b03 19671b44

+1 -1
+1 -1
pkgs/development/compilers/llvm/rocm/compiler-rt/default.nix
··· 33 ./compiler-rt-codesign.patch # Revert compiler-rt commit that makes codesign mandatory 34 (fetchpatch { 35 name = "libsanitizer-no-cyclades-rocm.patch"; 36 - url = "https://reviews.llvm.org/file/data/nrhbpc5axblqwx2xyyzv/PHID-FILE-wwcpjvquusomoddmqcwo/file"; 37 sha256 = "sha256-PMMSLr2zHuNDn1OWqumqHwB74ktJSHxhJWkqEKB7Z64="; 38 stripLen = 1; 39 })
··· 33 ./compiler-rt-codesign.patch # Revert compiler-rt commit that makes codesign mandatory 34 (fetchpatch { 35 name = "libsanitizer-no-cyclades-rocm.patch"; 36 + url = "https://gist.github.com/lovesegfault/b255dcf2fa4e202411a6a04b61e6cc04/raw"; 37 sha256 = "sha256-PMMSLr2zHuNDn1OWqumqHwB74ktJSHxhJWkqEKB7Z64="; 38 stripLen = 1; 39 })