[PATCH] D105409: [docs] Fix linking issues in LibASTMatchers tutorial

Georgy Komarov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 5 02:12:43 PDT 2021


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105409.356453.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210705/d983f2d4/attachment-0001.bin>


More information about the cfe-commits mailing list