Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features.
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT debuginfo)
2
3 add_llvm_tool(llvm-rtdyld
4   llvm-rtdyld.cpp
5   )