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 | ||||
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 7 | MC |
8 | MCParser | ||||
9 | Object | ||||
10 | Support | ||||
11 | ) | ||||
12 | |||||
Mitch Phillips | d9af383 | 2017-10-23 20:54:01 +0000 | [diff] [blame] | 13 | add_llvm_unittest(CFIVerifyTests |
14 | FileAnalysis.cpp | ||||
15 | GraphBuilder.cpp) | ||||
Serguei Katkov | 3356aca | 2017-10-24 09:42:55 +0000 | [diff] [blame] | 16 | target_link_libraries(CFIVerifyTests LLVMCFIVerify) |