From 8977f07defed0224d968ca7f6cee7f0c5e5604e5 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Mon, 30 Sep 2024 15:20:55 -0400 Subject: [PATCH] SWDEV-488771 - Adding build dependency on LLVM Change-Id: I63c381a406ee4b0211a4f5a6c9c519eb7313b6c1 [ROCm/hip commit: cda9c38b8f8a6811c6e38b303737f22463f587bb] --- projects/hip/docs/install/build.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/hip/docs/install/build.rst b/projects/hip/docs/install/build.rst index 6b0313e2be..6882770f52 100644 --- a/projects/hip/docs/install/build.rst +++ b/projects/hip/docs/install/build.rst @@ -21,6 +21,12 @@ Check and install ``CppHeaderParser`` package using the command: pip3 install CppHeaderParser +Install ``ROCm LLVM`` package using the command: + +.. code-block:: shell + + apt-get install rocm-llvm-dev + .. _Building the HIP runtime: