2013-12-10 19:13:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2015-08-19 01:51:53 +08:00
|
|
|
Analysis
|
2013-12-10 19:13:32 +08:00
|
|
|
Core
|
|
|
|
Support
|
|
|
|
)
|
2012-02-26 16:35:53 +08:00
|
|
|
|
|
|
|
add_llvm_tool(llvm-stress
|
|
|
|
llvm-stress.cpp
|
|
|
|
)
|
2015-03-19 04:09:13 +08:00
|
|
|
export_executable_symbols(llvm-stress)
|