commit | deb5adead1c7ccad508b3de9fc528fc0e08980ad | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Fri Jun 26 15:37:00 2009 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Fri Jun 26 15:37:00 2009 +0000 |
tree | 714a6cd7735bd64570e5681b3c5ea831367215da | |
parent | 864a7764f7986fb8b2f4cdb50c8213adb73a0495 [diff] [blame] |
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
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 @@ VirtRegMap.cpp VirtRegRewriter.cpp ) + +target_link_libraries (LLVMCodeGen LLVMCore)