| commit | 566a51d193c8c04382f391b42d2181a4b0b1cbf4 | [log] [tgz] |
|---|---|---|
| author | Mehdi Amini <mehdi.amini@apple.com> | Mon Oct 24 23:38:32 2016 +0000 |
| committer | Mehdi Amini <mehdi.amini@apple.com> | Mon Oct 24 23:38:32 2016 +0000 |
| tree | 7faaa8145b76f4249544e4e42b24601c0409a180 | |
| parent | ebff247d41f0b5baf1132416f58fc7463f758789 [diff] [blame] |
Add dependency from clangCodeGen to clangAnalysis This is unbreaking the build with shared library after r285019. llvm-svn: 285042
diff --git a/clang/lib/CodeGen/CMakeLists.txt b/clang/lib/CodeGen/CMakeLists.txt index 9cf34f6..9857174 100644 --- a/clang/lib/CodeGen/CMakeLists.txt +++ b/clang/lib/CodeGen/CMakeLists.txt
@@ -87,6 +87,7 @@ ${codegen_deps} LINK_LIBS + clangAnalysis clangAST clangAnalysis clangBasic