From 1dbf6f5ab482e69f602711b26c7e622141f21c09 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Mon, 21 Mar 2011 23:07:53 +0000 Subject: Build the new RuntimeDyld library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128035 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-rtdyld/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-rtdyld') 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 -- cgit v1.2.3