projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebff247
)
Add dependency from clangCodeGen to clangAnalysis
author
Mehdi Amini
<mehdi.amini@apple.com>
Mon, 24 Oct 2016 23:38:32 +0000
(23:38 +0000)
committer
Mehdi Amini
<mehdi.amini@apple.com>
Mon, 24 Oct 2016 23:38:32 +0000
(23:38 +0000)
This is unbreaking the build with shared library after r285019.
llvm-svn: 285042
clang/lib/CodeGen/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CMakeLists.txt
b/clang/lib/CodeGen/CMakeLists.txt
index
9cf34f6
..
9857174
100644
(file)
--- a/
clang/lib/CodeGen/CMakeLists.txt
+++ b/
clang/lib/CodeGen/CMakeLists.txt
@@
-87,6
+87,7
@@
add_clang_library(clangCodeGen
${codegen_deps}
LINK_LIBS
+ clangAnalysis
clangAST
clangAnalysis
clangBasic