Restore CloneFunction.cpp which got accidently
[oota-llvm.git] / tools / llvm-stress / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IPA
4   Support
5   )
6
7 add_llvm_tool(llvm-stress
8   llvm-stress.cpp
9   )
10 set_target_properties(llvm-stress PROPERTIES ENABLE_EXPORTS 1)