Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame^] | 1 | add_library(LLVMCFIVerify |
| 2 | STATIC |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 3 | FileAnalysis.cpp |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame^] | 4 | FileAnalysis.h) |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 5 | |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame^] | 6 | llvm_update_compile_flags(LLVMCFIVerify) |
| 7 | llvm_map_components_to_libnames(libs |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 8 | MC |
| 9 | MCParser |
| 10 | Object |
| 11 | Support) |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame^] | 12 | target_link_libraries(LLVMCFIVerify ${libs}) |