diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-26 15:37:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-26 15:37:00 +0000 |
commit | 894788144493f0621f2821dc730f11a2bd7eaaf5 (patch) | |
tree | 714a6cd7735bd64570e5681b3c5ea831367215da /lib/Support | |
parent | c7077c701541f7d07d41f3926f7ea9edd204347c (diff) |
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/Support')
-rw-r--r-- | lib/Support/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index e7a76cc3f2..f26c2c0f4e 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -30,3 +30,5 @@ add_llvm_library(LLVMSupport Triple.cpp raw_ostream.cpp ) + +target_link_libraries (LLVMSupport LLVMSystem) |