279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
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)
|