You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
753 B
45 lines
753 B
4 months ago
|
set(LLVM_LINK_COMPONENTS
|
||
|
FrontendOpenMP
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_library(clangAnalysis
|
||
|
AnalysisDeclContext.cpp
|
||
|
BodyFarm.cpp
|
||
|
CFG.cpp
|
||
|
CFGReachabilityAnalysis.cpp
|
||
|
CFGStmtMap.cpp
|
||
|
CallGraph.cpp
|
||
|
CloneDetection.cpp
|
||
|
CocoaConventions.cpp
|
||
|
ConstructionContext.cpp
|
||
|
Consumed.cpp
|
||
|
CodeInjector.cpp
|
||
|
Dominators.cpp
|
||
|
ExprMutationAnalyzer.cpp
|
||
|
IssueHash.cpp
|
||
|
LiveVariables.cpp
|
||
|
ObjCNoReturn.cpp
|
||
|
PathDiagnostic.cpp
|
||
|
PostOrderCFGView.cpp
|
||
|
ProgramPoint.cpp
|
||
|
ReachableCode.cpp
|
||
|
RetainSummaryManager.cpp
|
||
|
ThreadSafety.cpp
|
||
|
ThreadSafetyCommon.cpp
|
||
|
ThreadSafetyLogical.cpp
|
||
|
ThreadSafetyTIL.cpp
|
||
|
UninitializedValues.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangAST
|
||
|
clangASTMatchers
|
||
|
clangBasic
|
||
|
clangLex
|
||
|
|
||
|
DEPENDS
|
||
|
omp_gen
|
||
|
)
|
||
|
|
||
|
add_subdirectory(plugins)
|