rocmPackages.rocprofiler: add llvm build input

will become necessary when we drop rocm-merged-llvm in clr
This commit is contained in:
Luna Nova
2025-09-24 10:47:16 -07:00
parent 209e382798
commit a1fb89f126

View File

@@ -16,6 +16,7 @@
numactl, numactl,
libpciaccess, libpciaccess,
libxml2, libxml2,
llvm,
elfutils, elfutils,
mpi, mpi,
gtest, gtest,
@@ -65,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
]; ];
buildInputs = [ buildInputs = [
llvm.clang-unwrapped
llvm.llvm
numactl numactl
libpciaccess libpciaccess
libxml2 libxml2