Make CodeGen depend on ASTMatchers

- Shared library builds are broken due to the missing dependency.

llvm-svn: 364428
This commit is contained in:
Michael Liao 2019-06-26 14:13:43 +00:00
parent 044776bf5d
commit 5c94dd76d7
1 changed files with 1 additions and 0 deletions

View File

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