Nico Weber | b09a8c9 | 2018-09-15 19:04:27 +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 | ||||
Nico Weber | a78a480 | 2018-05-09 01:07:02 +0000 | [diff] [blame] | 6 | GraphBuilder.h |
Nico Weber | b09a8c9 | 2018-09-15 19:04:27 +0000 | [diff] [blame] | 7 | ) |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 8 | |
Nico Weber | b09a8c9 | 2018-09-15 19:04:27 +0000 | [diff] [blame] | 9 | llvm_update_compile_flags(LLVMCFIVerify) |
10 | llvm_map_components_to_libnames(libs | ||||
Mitch Phillips | 7db6f7a | 2017-10-31 23:20:05 +0000 | [diff] [blame] | 11 | DebugInfoDWARF |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 12 | MC |
13 | MCParser | ||||
14 | Object | ||||
Mitch Phillips | c15bdf5 | 2017-11-03 20:54:26 +0000 | [diff] [blame] | 15 | Support |
Nico Weber | a78a480 | 2018-05-09 01:07:02 +0000 | [diff] [blame] | 16 | Symbolize |
17 | ) | ||||
Nico Weber | b09a8c9 | 2018-09-15 19:04:27 +0000 | [diff] [blame] | 18 | target_link_libraries(LLVMCFIVerify ${libs}) |
19 | set_target_properties(LLVMCFIVerify PROPERTIES FOLDER "Libraries") |