Unverified Commit afd2f214 authored by Tristan Ross's avatar Tristan Ross Committed by GitHub
Browse files

llvmPackages_git.compiler-rt: fix darwin patch (#329796)

parent d72845c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -595,7 +595,8 @@ let
        ++ lib.optional (lib.versionAtLeast metadata.release_version "19") (
          fetchpatch {
            url = "https://github.com/llvm/llvm-project/pull/99837/commits/14ae0a660a38e1feb151928a14f35ff0f4487351.patch";
            hash = "sha256-1CkA+RzI+645uG/QXsmOMKrLAjhVpfLUjNtgZ0QTv1E=";
            hash = "sha256-JykABCaNNhYhZQxCvKiBn54DZ5ZguksgCHnpdwWF2no=";
            relative = "compiler-rt";
          }
        );
    in