aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-06-26 15:37:00 +0000
committerDouglas Gregor <dgregor@apple.com>2009-06-26 15:37:00 +0000
commit894788144493f0621f2821dc730f11a2bd7eaaf5 (patch)
tree714a6cd7735bd64570e5681b3c5ea831367215da /lib/CodeGen/CMakeLists.txt
parentc7077c701541f7d07d41f3926f7ea9edd204347c (diff)
downloadexternal_llvm-894788144493f0621f2821dc730f11a2bd7eaaf5.zip
external_llvm-894788144493f0621f2821dc730f11a2bd7eaaf5.tar.gz
external_llvm-894788144493f0621f2821dc730f11a2bd7eaaf5.tar.bz2
Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r--lib/CodeGen/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index 5ba8b3c..eeefe31 100644
--- a/lib/CodeGen/CMakeLists.txt
+++ b/lib/CodeGen/CMakeLists.txt
@@ -63,3 +63,5 @@ add_llvm_library(LLVMCodeGen
VirtRegMap.cpp
VirtRegRewriter.cpp
)
+
+target_link_libraries (LLVMCodeGen LLVMCore)