aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-10 20:07:09 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-10 20:07:09 +0000
commita60279d9ae6c213ccddee44c78bd8ae82658d3d9 (patch)
treec164b4a2ea76b3e0745604e6598aaaed8445766b
parent6142ca7790aa09a6e13592b70f142cc4bbcadcae (diff)
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
-rw-r--r--lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)