Re-Revert "clang_7,clang_8,clang_9: fix compilation of HIP-code"

This reverts commit f14a4d60b7, and thus
applying 558af6fbc7.
This commit is contained in:
Matthew Bauer
2020-01-28 11:35:19 -05:00
parent e8907eaea3
commit db29857eb3
9 changed files with 246 additions and 7 deletions
@@ -32,6 +32,7 @@ let
llvm-polly = callPackage ./llvm.nix { enablePolly = true; };
clang-unwrapped = callPackage ./clang {
inherit (tools) lld;
inherit clang-tools-extra_src;
};
clang-polly-unwrapped = callPackage ./clang {