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