Vlad Tsyrklevich | 31b4531 | 2017-09-20 20:38:14 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | AllTargetsAsmPrinters |
| 3 | AllTargetsAsmParsers |
| 4 | AllTargetsDescs |
| 5 | AllTargetsDisassemblers |
| 6 | AllTargetsInfos |
| 7 | MC |
Vlad Tsyrklevich | 31b4531 | 2017-09-20 20:38:14 +0000 | [diff] [blame] | 8 | MCParser |
| 9 | Object |
| 10 | Support |
Mitch Phillips | c15bdf5 | 2017-11-03 20:54:26 +0000 | [diff] [blame] | 11 | Symbolize |
Vlad Tsyrklevich | 31b4531 | 2017-09-20 20:38:14 +0000 | [diff] [blame] | 12 | ) |
| 13 | |
| 14 | add_llvm_tool(llvm-cfi-verify |
Nico Weber | a78a480 | 2018-05-09 01:07:02 +0000 | [diff] [blame] | 15 | llvm-cfi-verify.cpp |
| 16 | ) |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 17 | |
| 18 | add_subdirectory(lib) |
Shoaib Meenai | d806af3 | 2017-12-05 21:49:56 +0000 | [diff] [blame] | 19 | target_link_libraries(llvm-cfi-verify PRIVATE LLVMCFIVerify) |