Hello Team,
I am not able to compile clang-tidy. Could you please help in building and compiling steps
Steps I used
- git clone
- mkdir build & cd build
- cmake -DCMAKE_BUILD_TYPE=Release -G Ninja DLLVM_ENABLE_PROJECTS=“clang;clang-tools-extra” …/llvm
- ninja
- ninja clang-tools-extra → this is not working
Error:
ninja: error: unknown target ‘clang-tools-extra’
Regards,
Nadaf.