[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfo
3   ExecutionEngine
4   RuntimeDyld
5   Support
6   )
7
8 add_llvm_tool(llvm-rtdyld
9   llvm-rtdyld.cpp
10   )