Remove dependency on clangASTMatchers.
authorMichael Liao <michael.hliao@gmail.com>
Fri, 11 Sep 2020 02:16:42 +0000 (22:16 -0400)
committerMichael Liao <michael.hliao@gmail.com>
Fri, 11 Sep 2020 02:17:48 +0000 (22:17 -0400)
- It seems no long required for shared library builds.

clang/lib/CodeGen/CMakeLists.txt

index f47ecd9..4039277 100644 (file)
@@ -92,7 +92,6 @@ add_clang_library(clangCodeGen
   LINK_LIBS
   clangAnalysis
   clangAST
-  clangASTMatchers
   clangBasic
   clangFrontend
   clangLex