X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-rtdyld%2FCMakeLists.txt;h=3ad127fd73cb804340a837a9ddbbe14e3f2c890b;hb=f4ccd110750a3f3fe6a107d5c74c649c2a0dc407;hp=17e2c3e2d5bd48d7e0f283f7b53792ecc9d44aae;hpb=00b7ce6cb84514f23ef1d8c8e4dc34cd95bcabcb;p=oota-llvm.git diff --git a/tools/llvm-rtdyld/CMakeLists.txt b/tools/llvm-rtdyld/CMakeLists.txt index 17e2c3e2d5b..3ad127fd73c 100644 --- a/tools/llvm-rtdyld/CMakeLists.txt +++ b/tools/llvm-rtdyld/CMakeLists.txt @@ -1,4 +1,9 @@ -set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT) +set(LLVM_LINK_COMPONENTS + DebugInfo + ExecutionEngine + RuntimeDyld + Support + ) add_llvm_tool(llvm-rtdyld llvm-rtdyld.cpp