I want to install clang and clang-tidy only. I am not interested in any other tools from clang-tools-extra. I can only find to build like the following option:
-DLLVM_ENABLE_PROJECTS=“clang;clang-tools-extra”
but this compiles a lot of other tools as well, like include-fixer. I do not want to build or install them. What should be the preferred way?
Other options I am using currently for completeness:
-DLLVM_ENABLE_RUNTIMES=“compiler-rt”
-DLLVM_ENABLE_LIBEDIT=OFF