about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-04-23 00:39:17 -0500
committerWill Dietz <w@wdtz.org>2019-04-25 22:50:18 -0500
commit6c140d1a9a6bdc90d94b740aa598a651f5495b72 (patch)
tree3fb76208086408e55c842dffd2c1efdc48502860 /pkgs/development/compilers/llvm
parentac1ffe5cfde3f148d2c63d3402a04164117e53e0 (diff)
downloadnixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar.gz
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar.bz2
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar.lz
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar.xz
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.tar.zst
nixlib-6c140d1a9a6bdc90d94b740aa598a651f5495b72.zip
llvm7: drop patch included (and is the primary motivation for 7.1.0)
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/7/llvm.nix6
1 files changed, 0 insertions, 6 deletions
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";