forked from qt-creator/qt-creator
Deploy clazy-standalone for the ClangTools plugin
Change-Id: If554d3ade48da8d3877770d7e42af7185b30ceb6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -121,6 +121,8 @@ if [ $LLVM_INSTALL_DIR ]; then
|
||||
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
|
||||
clazysource="$LLVM_INSTALL_DIR"/bin/clazy-standalone
|
||||
cp -Rf "$clazysource" "$resource_path/clang/bin/" || exit 1
|
||||
fi
|
||||
clangbackendArgument="-executable=$resource_path/clangbackend"
|
||||
clangpchmanagerArgument="-executable=$resource_path/clangpchmanagerbackend"
|
||||
|
||||
Reference in New Issue
Block a user