Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr.

llvm-svn: 144310
This commit is contained in:
Eli Friedman 2011-11-10 20:07:09 +00:00
parent 933b43f188
commit 5ceb8aa23e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
bitwriter
instrumentation
ipo
linker
)
set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)