summaryrefslogtreecommitdiff
path: root/tools/lli
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-03-22 03:58:55 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-03-22 03:58:55 +0000
commitc943a9aa4f48bdbeae93a8263869e7db96cc2275 (patch)
tree32bece8e6d2becbb994ad1f819248b3902616d2f /tools/lli
parent807bc2a3814bb45b38702785ad9978153d176698 (diff)
downloadllvm-c943a9aa4f48bdbeae93a8263869e7db96cc2275.tar.gz
llvm-c943a9aa4f48bdbeae93a8263869e7db96cc2275.tar.bz2
llvm-c943a9aa4f48bdbeae93a8263869e7db96cc2275.tar.xz
Updated library dependencies.
Now we can remove RuntimeDyld from the LLVM_LINK_COMPONENTS of tools/lli. CMakeLists.txt LLVM_LINK_COMPONENTS shall not differ from its companion Makefile LINK_COMPONENTS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128069 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli')
-rw-r--r--tools/lli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/CMakeLists.txt b/tools/lli/CMakeLists.txt
index bb07af5c2b..9378ef2554 100644
--- a/tools/lli/CMakeLists.txt
+++ b/tools/lli/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag RuntimeDyld)
+set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
add_llvm_tool(lli
lli.cpp