Docs: Add LLVM(Clang) toolchain support
Rename the toolchain file from LLVM to Clang as more descriptive.
Signed-off-by: Anton Komlev <anton.komlev@arm.com>
Change-Id: I8b097e4fcdf570806e4d14394898ae5cc1f389c4
diff --git a/docs/getting_started/tfm_getting_started.rst b/docs/getting_started/tfm_getting_started.rst
index 0eb48cd..f2c7b73 100644
--- a/docs/getting_started/tfm_getting_started.rst
+++ b/docs/getting_started/tfm_getting_started.rst
@@ -238,6 +238,32 @@
set PATH=<IAR_COMPILER_PATH>\bin;%PATH%
+ - LLVM Embedded Toolchain for Arm v18.1.3+
+
+ .. tabs::
+
+ .. group-tab:: Linux
+
+ - Download the LLVM Embedded Toolchain for Arm from `here <https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm>`__.
+ - Add LLVM Embedded into environment:
+
+ .. code-block:: bash
+
+ export PATH=<LLVM_PATH>/bin:$PATH
+
+ .. group-tab:: Windows
+
+ - Download the LLVM Embedded Toolchain for Arm from `here <https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm>`__.
+ - Add LLVM Embedded into environment:
+
+ .. code-block:: bash
+
+ set PATH=<LLVM_PATH>\bin;%PATH%
+
+ .. note::
+
+ Not all platforms support this toolchain. Please refer to a platform documentation or check with the platform owner.
+
#############################
Build AN521 regression sample
#############################