blob: e47bbdf7f13125f4e385724083932c362e716633 [file] [log] [blame]
Vlad Tsyrklevich89c3c8c2017-10-11 20:35:01 +00001set(LLVM_LINK_COMPONENTS
2 AllTargetsAsmPrinters
3 AllTargetsAsmParsers
4 AllTargetsDescs
5 AllTargetsDisassemblers
6 AllTargetsInfos
Vlad Tsyrklevich89c3c8c2017-10-11 20:35:01 +00007 MC
8 MCParser
9 Object
10 Support
Mitch Phillipsc15bdf52017-11-03 20:54:26 +000011 Symbolize
Vlad Tsyrklevich89c3c8c2017-10-11 20:35:01 +000012 )
13
Mitch Phillipsd9af3832017-10-23 20:54:01 +000014add_llvm_unittest(CFIVerifyTests
15 FileAnalysis.cpp
16 GraphBuilder.cpp)
Shoaib Meenaid806af32017-12-05 21:49:56 +000017target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)