From: Eli Friedman Date: Thu, 10 Nov 2011 20:07:09 +0000 (+0000) Subject: Add missing dependency for shared library build to CMakeLists. Patch by Johannes... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a60279d9ae6c213ccddee44c78bd8ae82658d3d9;p=clang Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144310 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 5e674a8d01..ba6b284153 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS bitwriter instrumentation ipo + linker ) set(LLVM_USED_LIBS clangBasic clangAST clangFrontend)