Remove dependency on clangASTMatchers.

- It seems no long required for shared library builds.
This commit is contained in:
Michael Liao 2020-09-10 22:16:42 -04:00
parent d876c7c8ec
commit b22d450496
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ add_clang_library(clangCodeGen
LINK_LIBS
clangAnalysis
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangLex