================ @@ -0,0 +1,26 @@ +set(LLVM_LINK_COMPONENTS + FrontendOpenMP + Support +) + +add_clang_library(clangTidyQtModule ---------------- 5chmidti wrote:
Please add `STATIC` at the end of this line. This was changed just a few days ago to be explicit https://github.com/llvm/llvm-project/pull/113144 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
