Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | AllTargetsAsmPrinters |
| 3 | AllTargetsAsmParsers |
| 4 | AllTargetsDescs |
| 5 | AllTargetsDisassemblers |
| 6 | AllTargetsInfos |
Mitch Phillips | 99fa140 | 2017-10-23 20:25:19 +0000 | [diff] [blame] | 7 | CFIVerify |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 8 | MC |
| 9 | MCParser |
| 10 | Object |
| 11 | Support |
| 12 | ) |
| 13 | |
Vlad Tsyrklevich | 1d47365 | 2017-10-12 14:42:26 +0000 | [diff] [blame] | 14 | list(FIND LLVM_TARGETS_TO_BUILD "X86" x86_idx) |
Vlad Tsyrklevich | 8517186 | 2017-10-12 04:17:33 +0000 | [diff] [blame] | 15 | if (NOT x86_idx LESS 0) |
| 16 | add_llvm_unittest(CFIVerifyTests |
Mitch Phillips | 99fa140 | 2017-10-23 20:25:19 +0000 | [diff] [blame] | 17 | FileAnalysis.cpp |
| 18 | GraphBuilder.cpp) |
Vlad Tsyrklevich | 8517186 | 2017-10-12 04:17:33 +0000 | [diff] [blame] | 19 | endif() |