llvmPackages_rocm.compiler-rt: replace dead patch with clone

This commit is contained in:
Bernardo Meurer 2021-10-05 19:17:59 -07:00
parent 7882b7fa23
commit 45be479255
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
./compiler-rt-codesign.patch # Revert compiler-rt commit that makes codesign mandatory
(fetchpatch {
name = "libsanitizer-no-cyclades-rocm.patch";
url = "https://reviews.llvm.org/file/data/nrhbpc5axblqwx2xyyzv/PHID-FILE-wwcpjvquusomoddmqcwo/file";
url = "https://gist.github.com/lovesegfault/b255dcf2fa4e202411a6a04b61e6cc04/raw";
sha256 = "sha256-PMMSLr2zHuNDn1OWqumqHwB74ktJSHxhJWkqEKB7Z64=";
stripLen = 1;
})