[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / lib / StaticAnalyzer / Core / CMakeLists.txt
blob8672876c0608d0de06d81785081e309ea2765c2a
1 set(LLVM_LINK_COMPONENTS
2   FrontendOpenMP
3   Support
6 add_clang_library(clangStaticAnalyzerCore
7   APSIntType.cpp
8   AnalysisManager.cpp
9   AnalyzerOptions.cpp
10   BasicValueFactory.cpp
11   BlockCounter.cpp
12   BugReporter.cpp
13   BugReporterVisitors.cpp
14   BugSuppression.cpp
15   CallDescription.cpp
16   CallEvent.cpp
17   Checker.cpp
18   CheckerContext.cpp
19   CheckerHelpers.cpp
20   CheckerManager.cpp
21   CheckerRegistryData.cpp
22   CommonBugCategories.cpp
23   ConstraintManager.cpp
24   CoreEngine.cpp
25   DynamicExtent.cpp
26   DynamicType.cpp
27   Environment.cpp
28   ExplodedGraph.cpp
29   ExprEngine.cpp
30   ExprEngineC.cpp
31   ExprEngineCXX.cpp
32   ExprEngineCallAndReturn.cpp
33   ExprEngineObjC.cpp
34   FunctionSummary.cpp
35   HTMLDiagnostics.cpp
36   LoopUnrolling.cpp
37   LoopWidening.cpp
38   MemRegion.cpp
39   PlistDiagnostics.cpp
40   ProgramState.cpp
41   RangeConstraintManager.cpp
42   RangedConstraintManager.cpp
43   RegionStore.cpp
44   SarifDiagnostics.cpp
45   SimpleConstraintManager.cpp
46   SimpleSValBuilder.cpp
47   SMTConstraintManager.cpp
48   Store.cpp
49   SValBuilder.cpp
50   SVals.cpp
51   SymbolManager.cpp
52   TextDiagnostics.cpp
53   WorkList.cpp
55   LINK_LIBS
56   clangAST
57   clangASTMatchers
58   clangAnalysis
59   clangBasic
60   clangCrossTU
61   clangFrontend
62   clangLex
63   clangRewrite
64   clangToolingCore
66   DEPENDS
67   omp_gen
68   )