1set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT)
2
3add_llvm_tool(llvm-rtdyld
4  llvm-rtdyld.cpp
5  )
6