Skip to content

Commit

Permalink
llvmPackages_36: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jan 27, 2017
1 parent edef570 commit c67805f
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 392 deletions.
17 changes: 10 additions & 7 deletions pkgs/development/compilers/coreclr/default.nix
Expand Up @@ -2,8 +2,8 @@
, fetchFromGitHub
, which
, cmake
, clang_35
, llvmPackages_36
, clang
, llvmPackages
, libunwind
, gettext
, openssl
Expand All @@ -30,9 +30,9 @@ stdenv.mkDerivation rec {
buildInputs = [
which
cmake
clang_35
llvmPackages_36.llvm
llvmPackages_36.lldb
clang
llvmPackages.llvm
llvmPackages.lldb
libunwind
gettext
openssl
Expand All @@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
configurePhase = ''
# Prevent clang-3.5 (rather than just clang) from being selected as the compiler as that's
# not wrapped
substituteInPlace src/pal/tools/gen-buildsys-clang.sh --replace "which \"clang-\$" "which \"clang-DoNotFindThisOne\$"
# substituteInPlace src/pal/tools/gen-buildsys-clang.sh --replace "which \"clang-\$" "which \"clang-DoNotFindThisOne\$"
patchShebangs build.sh
patchShebangs src/pal/tools/gen-buildsys-clang.sh
Expand All @@ -67,7 +67,10 @@ stdenv.mkDerivation rec {
BuildType = if debug then "Debug" else "Release";

hardeningDisable = [ "strictoverflow" "format" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" ];
NIX_CFLAGS_COMPILE = [
"-Wno-error=unused-result" "-Wno-error=delete-non-virtual-dtor"
"-Wno-error=null-dereference"
];

buildPhase = ''
./build.sh $BuildArch $BuildType
Expand Down
29 changes: 0 additions & 29 deletions pkgs/development/compilers/llvm/3.6/clang/cmake-exports.patch

This file was deleted.

56 changes: 0 additions & 56 deletions pkgs/development/compilers/llvm/3.6/clang/default.nix

This file was deleted.

22 changes: 0 additions & 22 deletions pkgs/development/compilers/llvm/3.6/clang/purity.patch

This file was deleted.

35 changes: 0 additions & 35 deletions pkgs/development/compilers/llvm/3.6/default.nix

This file was deleted.

30 changes: 0 additions & 30 deletions pkgs/development/compilers/llvm/3.6/libc++/darwin.patch

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/development/compilers/llvm/3.6/libc++/default.nix

This file was deleted.

3 changes: 0 additions & 3 deletions pkgs/development/compilers/llvm/3.6/libc++/setup-hook.sh

This file was deleted.

47 changes: 0 additions & 47 deletions pkgs/development/compilers/llvm/3.6/libc++abi.nix

This file was deleted.

43 changes: 0 additions & 43 deletions pkgs/development/compilers/llvm/3.6/lldb.nix

This file was deleted.

0 comments on commit c67805f

Please sign in to comment.