blob: 938b90eb83b05e7a6cf9d0a19190b614f4170536 [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
Vlad Tsyrklevich1d473652017-10-12 14:42:26 +000014list(FIND LLVM_TARGETS_TO_BUILD "X86" x86_idx)
Vlad Tsyrklevich85171862017-10-12 04:17:33 +000015if (NOT x86_idx LESS 0)
16 add_llvm_unittest(CFIVerifyTests
Mitch Phillips99fa1402017-10-23 20:25:19 +000017 FileAnalysis.cpp
18 GraphBuilder.cpp)
Vlad Tsyrklevich85171862017-10-12 04:17:33 +000019endif()