Richard Diamond | f3063ba | 2018-09-13 16:15:03 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMCFIVerify |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 2 | FileAnalysis.cpp |
Mitch Phillips | 99fa140 | 2017-10-23 20:25:19 +0000 | [diff] [blame] | 3 | FileAnalysis.h |
4 | GraphBuilder.cpp | ||||
Nico Weber | a78a480 | 2018-05-09 01:07:02 +0000 | [diff] [blame] | 5 | GraphBuilder.h |
Vlad Tsyrklevich | 89c3c8c | 2017-10-11 20:35:01 +0000 | [diff] [blame] | 6 | |
Richard Diamond | f3063ba | 2018-09-13 16:15:03 +0000 | [diff] [blame] | 7 | STATIC |
8 | |||||
9 | LINK_COMPONENTS | ||||
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 |
Nico Weber | a78a480 | 2018-05-09 01:07:02 +0000 | [diff] [blame] | 15 | Symbolize |
16 | ) |