forked from OSchip/llvm-project
Link clangCodeGen with clangAnalysis required after r284990.
Fixes build break for configurations that use shared libraries. llvm-svn: 285037
This commit is contained in:
parent
60f80d7a8b
commit
3d0b39a3dd
|
@ -88,6 +88,7 @@ add_clang_library(clangCodeGen
|
|||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangAnalysis
|
||||
clangBasic
|
||||
clangFrontend
|
||||
clangLex
|
||||
|
|
Loading…
Reference in New Issue