rocmPackages.rocprofiler: add llvm build input
will become necessary when we drop rocm-merged-llvm in clr
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
numactl,
|
||||
libpciaccess,
|
||||
libxml2,
|
||||
llvm,
|
||||
elfutils,
|
||||
mpi,
|
||||
gtest,
|
||||
@@ -65,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
llvm.clang-unwrapped
|
||||
llvm.llvm
|
||||
numactl
|
||||
libpciaccess
|
||||
libxml2
|
||||
|
||||
Reference in New Issue
Block a user