This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. jubnzv marked an inline comment as done. Closed by commit rG3697f2683695: [docs] Fix linking issues in LibASTMatchers tutorial (authored by jubnzv). Herald added a project: clang. Herald added a subscriber: cfe-commits.
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105409/new/ https://reviews.llvm.org/D105409 Files: clang/docs/LibASTMatchersTutorial.rst Index: clang/docs/LibASTMatchersTutorial.rst =================================================================== --- clang/docs/LibASTMatchersTutorial.rst +++ clang/docs/LibASTMatchersTutorial.rst @@ -105,9 +105,12 @@ ) target_link_libraries(loop-convert PRIVATE - clangTooling - clangBasic + clangAST clangASTMatchers + clangBasic + clangFrontend + clangSerialization + clangTooling ) With that done, Ninja will be able to compile our tool. Let's give it
Index: clang/docs/LibASTMatchersTutorial.rst =================================================================== --- clang/docs/LibASTMatchersTutorial.rst +++ clang/docs/LibASTMatchersTutorial.rst @@ -105,9 +105,12 @@ ) target_link_libraries(loop-convert PRIVATE - clangTooling - clangBasic + clangAST clangASTMatchers + clangBasic + clangFrontend + clangSerialization + clangTooling ) With that done, Ninja will be able to compile our tool. Let's give it
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits