Export symbols in tools that support loading plugins.
[oota-llvm.git] / tools / llvm-stress / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
2
3 add_llvm_tool(llvm-stress
4   llvm-stress.cpp
5   )
6 set_target_properties(llvm-stress PROPERTIES ENABLE_EXPORTS 1)