Add dependency from clangCodeGen to clangAnalysis

This is unbreaking the build with shared library after r285019.

llvm-svn: 285042
This commit is contained in:
Mehdi Amini 2016-10-24 23:38:32 +00:00
parent ebff247d41
commit 566a51d193
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ add_clang_library(clangCodeGen
${codegen_deps}
LINK_LIBS
clangAnalysis
clangAST
clangAnalysis
clangBasic