Merge pull request #160232 from SuperSandro2000/rocm-device-libs

This commit is contained in:
Sandro 2022-02-16 11:43:57 +01:00 committed by GitHub
commit 2b6f32a998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
buildInputs = [ clang lld llvm ];
cmakeBuildType = "Release";
cmakeFlags = [
"-DCMAKE_PREFIX_PATH=${llvm}/lib/cmake/llvm;${clang-unwrapped}/lib/cmake/clang"
"-DLLVM_TARGETS_TO_BUILD='AMDGPU;X86'"