summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-03-21 23:07:53 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-03-21 23:07:53 +0000
commit1dbf6f5ab482e69f602711b26c7e622141f21c09 (patch)
treeff0b282ae81f60128552458714ff7676e6b748b7 /tools/llvm-rtdyld
parent89234e1e28a150138ea46dd3bee7c44d3dc0e4fe (diff)
downloadllvm-1dbf6f5ab482e69f602711b26c7e622141f21c09.tar.gz
llvm-1dbf6f5ab482e69f602711b26c7e622141f21c09.tar.bz2
llvm-1dbf6f5ab482e69f602711b26c7e622141f21c09.tar.xz
Build the new RuntimeDyld library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128035 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-rtdyld')
-rw-r--r--tools/llvm-rtdyld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-rtdyld/CMakeLists.txt b/tools/llvm-rtdyld/CMakeLists.txt
index a3f7cb63fd..e1cd3126a0 100644
--- a/tools/llvm-rtdyld/CMakeLists.txt
+++ b/tools/llvm-rtdyld/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object)
+set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld)
add_llvm_tool(llvm-rtdyld
llvm-rtdyld.cpp