forked from qt-creator/qt-creator
Deploy clang-tidy binary for the ClangTools plugin
Change-Id: I4491c985cdcb93ca94be491d1acb9d960f96a190 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -119,6 +119,8 @@ if [ $LLVM_INSTALL_DIR ]; then
|
||||
fi
|
||||
clangdsource="$LLVM_INSTALL_DIR"/bin/clangd
|
||||
cp -Rf "$clangdsource" "$resource_path/clang/bin/" || exit 1
|
||||
clangtidysource="$LLVM_INSTALL_DIR"/bin/clang-tidy
|
||||
cp -Rf "$clangtidysource" "$resource_path/clang/bin/" || exit 1
|
||||
fi
|
||||
clangbackendArgument="-executable=$resource_path/clangbackend"
|
||||
clangpchmanagerArgument="-executable=$resource_path/clangpchmanagerbackend"
|
||||
|
||||
Reference in New Issue
Block a user