bolt/deps/llvm-18.1.8/llvm/tools/llvm-cfi-verify/lib/CMakeLists.txt
2025-02-14 19:21:04 +01:00

17 lines
241 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
MC
MCParser
Object
Support
Symbolize
TargetParser
)
add_llvm_library(LLVMCFIVerify
STATIC
FileAnalysis.cpp
FileAnalysis.h
GraphBuilder.cpp
GraphBuilder.h
)