blob: 08830a2eaa57347efdb526531d1dc19bab5d7a63 [file] [log] [blame]
Vlad Tsyrklevich89c3c8c2017-10-11 20:35:01 +00001set(LLVM_LINK_COMPONENTS
2 AllTargetsAsmPrinters
3 AllTargetsAsmParsers
4 AllTargetsDescs
5 AllTargetsDisassemblers
6 AllTargetsInfos
Mitch Phillips99fa1402017-10-23 20:25:19 +00007 CFIVerify
Vlad Tsyrklevich89c3c8c2017-10-11 20:35:01 +00008 MC
9 MCParser
10 Object
11 Support
12 )
13
Mitch Phillipsd9af3832017-10-23 20:54:01 +000014add_llvm_unittest(CFIVerifyTests
15 FileAnalysis.cpp
16 GraphBuilder.cpp)