From 6c140d1a9a6bdc90d94b740aa598a651f5495b72 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Tue, 23 Apr 2019 00:39:17 -0500 Subject: llvm7: drop patch included (and is the primary motivation for 7.1.0) --- pkgs/development/compilers/llvm/7/llvm.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pkgs/development/compilers/llvm') diff --git a/pkgs/development/compilers/llvm/7/llvm.nix b/pkgs/development/compilers/llvm/7/llvm.nix index cd96a7098ba0..dcf3a38ec1be 100644 --- a/pkgs/development/compilers/llvm/7/llvm.nix +++ b/pkgs/development/compilers/llvm/7/llvm.nix @@ -53,12 +53,6 @@ in stdenv.mkDerivation (rec { propagatedBuildInputs = [ ncurses zlib ]; patches = [ - # https://bugs.llvm.org/show_bug.cgi?id=39427 - # https://github.com/NixOS/nixpkgs/issues/54370 - (fetchpatch { - url = "https://github.com/llvm-mirror/llvm/commit/57567def148f387153a8149fb590bd39b1b006a1.patch"; - sha256 = "1w1xg5pxpc6cals1nf5j5k4p6qi8lcrpvn0paxc86m415i79xmcg"; - }) # backport, fix building rust crates with lto (fetchpatch { url = "https://github.com/llvm-mirror/llvm/commit/da1fb72bb305d6bc1f3899d541414146934bf80f.patch"; -- cgit 1.4.1