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 |
Mitch Phillips | 7db6f7a | 2017-10-31 23:20:05 +0000 | [diff] [blame] | 10 | DebugInfoDWARF |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 11 | MC |
| 12 | MCParser |
| 13 | Object |
Mitch Phillips | c15bdf5 | 2017-11-03 20:54:26 +0000 | [diff] [blame^] | 14 | Support |
| 15 | Symbolize) |
Vlad Tsyrklevich | 4dc1c97 | 2017-10-18 04:27:53 +0000 | [diff] [blame] | 16 | target_link_libraries(LLVMCFIVerify ${libs}) |