Hi! I need to use clang-tidy as a clang plugin, but can't figure out how to do it. I see ClangTidyPlugin.cpp file, and there is ClangTidyPlugin target, but when I run `make clangTidyPlugin` it produces only libclangTidyPlugin.a, no any dynamic library. Am I doing something wrong? Is it even possible? Thanks for any help.