8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
18 lines
318 B
CMake
18 lines
318 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
AllTargetsAsmPrinters
|
|
AllTargetsAsmParsers
|
|
AllTargetsDescs
|
|
AllTargetsDisassemblers
|
|
AllTargetsInfos
|
|
MC
|
|
MCParser
|
|
Object
|
|
Support
|
|
Symbolize
|
|
)
|
|
|
|
add_llvm_unittest(CFIVerifyTests
|
|
FileAnalysis.cpp
|
|
GraphBuilder.cpp)
|
|
target_link_libraries(CFIVerifyTests PRIVATE LLVMCFIVerify)
|