NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
Chandler Carruth | 7adc3a2 | 2015-08-18 17:51:53 +0000 | [diff] [blame] | 2 | Analysis |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 3 | Core |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 4 | Support |
5 | ) | ||||
Nadav Rotem | 78bda89 | 2012-02-26 08:35:53 +0000 | [diff] [blame] | 6 | |
7 | add_llvm_tool(llvm-stress | ||||
8 | llvm-stress.cpp | ||||
9 | ) | ||||
Reid Kleckner | 3e8c445 | 2015-03-18 20:09:13 +0000 | [diff] [blame] | 10 | export_executable_symbols(llvm-stress) |