Merge pull request #93896 from danieldk/rocm-opencl-runtime-stdenv

rocm-opencl-runtime: use unaltered stdenv
This commit is contained in:
Daniël de Kok 2020-07-26 20:02:29 +02:00 committed by GitHub
commit b5e1dc11ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9295,7 +9295,6 @@ in
rocm-opencl-icd = callPackage ../development/libraries/rocm-opencl-icd { };
rocm-opencl-runtime = callPackage ../development/libraries/rocm-opencl-runtime {
stdenv = overrideCC stdenv llvmPackages_rocm.clang;
inherit (llvmPackages_rocm) clang clang-unwrapped lld llvm;
};