From a60279d9ae6c213ccddee44c78bd8ae82658d3d9 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 10 Nov 2011 20:07:09 +0000 Subject: [PATCH] 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 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1