[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / tools / llvm-cfi-verify / lib / CMakeLists.txt
blob03a7eae5ac5966e07aa9215630d98d13c0a1e733
1 set(LLVM_LINK_COMPONENTS
2     DebugInfoDWARF
3     MC
4     MCParser
5     Object
6     Support
7     Symbolize
8     TargetParser
9     )
11 add_llvm_library(LLVMCFIVerify
12   STATIC
13   FileAnalysis.cpp
14   FileAnalysis.h
15   GraphBuilder.cpp
16   GraphBuilder.h
17   )