blob: ad3266c277767487b0c59ce75b1f35b098c85349 [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
11 )
12
Mitch Phillipsd9af3832017-10-23 20:54:01 +000013add_llvm_unittest(CFIVerifyTests
14 FileAnalysis.cpp
15 GraphBuilder.cpp)
Serguei Katkov3356aca2017-10-24 09:42:55 +000016target_link_libraries(CFIVerifyTests LLVMCFIVerify)