summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-01-21 15:48:35 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-01-21 15:48:35 +0100
commit82c78b86c78bfb3606fe1440ce681119c581c1df (patch)
tree2113e09ada78459691328cee85384584a4ebbe59 /pkgs/development/compilers/llvm
parenta94c7ba0966913c4c20624c94d0f127458000d0e (diff)
downloadnixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar.gz
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar.bz2
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar.lz
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar.xz
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.tar.zst
nixpkgs-82c78b86c78bfb3606fe1440ce681119c581c1df.zip
clang: mass-rebuild code cleanup
Diffstat (limited to 'pkgs/development/compilers/llvm')
-rw-r--r--pkgs/development/compilers/llvm/4/clang/default.nix3
-rw-r--r--pkgs/development/compilers/llvm/5/clang/default.nix3
2 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/compilers/llvm/4/clang/default.nix b/pkgs/development/compilers/llvm/4/clang/default.nix
index a2ba1fe7f4c..77863ab4f1e 100644
--- a/pkgs/development/compilers/llvm/4/clang/default.nix
+++ b/pkgs/development/compilers/llvm/4/clang/default.nix
@@ -37,9 +37,6 @@ let
 
     patches = [ ./purity.patch ];
 
-    # XXX: TODO: This should be removed on next rebuild
-    postBuild = "";
-
     postPatch = ''
       sed -i -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/Tools.cpp
       sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' lib/Driver/ToolChains.cpp
diff --git a/pkgs/development/compilers/llvm/5/clang/default.nix b/pkgs/development/compilers/llvm/5/clang/default.nix
index 0ee1404484b..c8eafce4e39 100644
--- a/pkgs/development/compilers/llvm/5/clang/default.nix
+++ b/pkgs/development/compilers/llvm/5/clang/default.nix
@@ -37,9 +37,6 @@ let
 
     patches = [ ./purity.patch ];
 
-    # XXX: TODO: This should be removed on next rebuild
-    postBuild = "";
-
     postPatch = ''
       sed -i -e 's/DriverArgs.hasArg(options::OPT_nostdlibinc)/true/' \
              -e 's/Args.hasArg(options::OPT_nostdlibinc)/true/' \