Merge branch 'feature/universal_clang_toolchain_support' into 'master'

build: Adds support for universal Clang toolchain

Closes LLVM-79

See merge request espressif/esp-idf!20090
This commit is contained in:
Alexey Gerenkov
2022-11-24 03:09:46 +08:00
46 changed files with 598 additions and 80 deletions

View File

@@ -21,7 +21,7 @@ If you have never run this tool before, take the following steps to get this too
#. Run the export scripts (``export.sh`` / ``export.bat`` / ... ) to set up the environment variables.
#. Run ``pip install --upgrade pyclang`` to install this plugin. The extra commands would be activated in ``idf.py`` automatically.
#. Run ``idf_tools.py install xtensa-clang`` to install the clang-tidy required binaries
#. Run ``idf_tools.py install esp-clang`` to install the clang-tidy required binaries
.. note::

View File

@@ -48,7 +48,7 @@ On Linux and macOS, it is recommended to install CMake using the OS-specific pac
---
.. tool-xtensa-clang-notes
.. tool-esp-clang-notes
---