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 |
Mitch Phillips | 99fa140 | 2017-10-23 20:25:19 +0000 | [diff] [blame^] | 4 | FileAnalysis.h |
| 5 | GraphBuilder.cpp |
| 6 | GraphBuilder.h) |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 7 | |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame] | 8 | llvm_update_compile_flags(LLVMCFIVerify) |
| 9 | llvm_map_components_to_libnames(libs |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 10 | MC |
| 11 | MCParser |
| 12 | Object |
| 13 | Support) |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame] | 14 | target_link_libraries(LLVMCFIVerify ${libs}) |