forked from OSchip/llvm-project
Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr.
llvm-svn: 144310
This commit is contained in:
parent
933b43f188
commit
5ceb8aa23e
|
@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
bitwriter
|
||||
instrumentation
|
||||
ipo
|
||||
linker
|
||||
)
|
||||
|
||||
set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)
|
||||
|
|
Loading…
Reference in New Issue