forked from OSchip/llvm-project
Make CodeGen depend on ASTMatchers
- Shared library builds are broken due to the missing dependency. llvm-svn: 364428
This commit is contained in:
parent
044776bf5d
commit
5c94dd76d7
|
@ -101,6 +101,7 @@ add_clang_library(clangCodeGen
|
|||
LINK_LIBS
|
||||
clangAnalysis
|
||||
clangAST
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
clangFrontend
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue