xref: /freebsd/lib/clang/libllvm/Makefile (revision 5517e702c00a5d50bca20cf7387426b8e9d22e66)
1986e05bcSDimitry Andric# $FreeBSD$
2986e05bcSDimitry Andric
3986e05bcSDimitry Andric.include <src.opts.mk>
4986e05bcSDimitry Andric.include "../llvm.pre.mk"
5986e05bcSDimitry Andric
6986e05bcSDimitry AndricLIB=		llvm
7986e05bcSDimitry AndricINTERNALLIB=
8986e05bcSDimitry Andric
9986e05bcSDimitry AndricCFLAGS+=	-I${.OBJDIR}
10986e05bcSDimitry Andric.for arch in AArch64 ARM Mips PowerPC Sparc X86
11986e05bcSDimitry AndricCFLAGS+=	-I${LLVM_SRCS}/lib/Target/${arch}
12986e05bcSDimitry Andric.endfor
13986e05bcSDimitry Andric
14986e05bcSDimitry AndricSRCDIR=		lib
15986e05bcSDimitry Andric
16986e05bcSDimitry AndricSRCS_MIN+=	Analysis/AliasAnalysis.cpp
17986e05bcSDimitry AndricSRCS_MIN+=	Analysis/AliasAnalysisEvaluator.cpp
18986e05bcSDimitry AndricSRCS_MIN+=	Analysis/AliasAnalysisSummary.cpp
19986e05bcSDimitry AndricSRCS_MIN+=	Analysis/AliasSetTracker.cpp
20986e05bcSDimitry AndricSRCS_EXT+=	Analysis/Analysis.cpp
21986e05bcSDimitry AndricSRCS_MIN+=	Analysis/AssumptionCache.cpp
22986e05bcSDimitry AndricSRCS_MIN+=	Analysis/BasicAliasAnalysis.cpp
23986e05bcSDimitry AndricSRCS_MIN+=	Analysis/BlockFrequencyInfo.cpp
24986e05bcSDimitry AndricSRCS_MIN+=	Analysis/BlockFrequencyInfoImpl.cpp
25986e05bcSDimitry AndricSRCS_MIN+=	Analysis/BranchProbabilityInfo.cpp
26986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CFG.cpp
27986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CFGPrinter.cpp
28986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CFLAndersAliasAnalysis.cpp
29986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CFLSteensAliasAnalysis.cpp
30986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CGSCCPassManager.cpp
31986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CallGraph.cpp
32986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CallGraphSCCPass.cpp
33986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CallPrinter.cpp
34986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CaptureTracking.cpp
35986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CodeMetrics.cpp
36986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ConstantFolding.cpp
37986e05bcSDimitry AndricSRCS_MIN+=	Analysis/CostModel.cpp
38986e05bcSDimitry AndricSRCS_MIN+=	Analysis/Delinearization.cpp
39986e05bcSDimitry AndricSRCS_MIN+=	Analysis/DemandedBits.cpp
40986e05bcSDimitry AndricSRCS_MIN+=	Analysis/DependenceAnalysis.cpp
41986e05bcSDimitry AndricSRCS_MIN+=	Analysis/DivergenceAnalysis.cpp
42986e05bcSDimitry AndricSRCS_MIN+=	Analysis/DomPrinter.cpp
43986e05bcSDimitry AndricSRCS_MIN+=	Analysis/DominanceFrontier.cpp
44986e05bcSDimitry AndricSRCS_MIN+=	Analysis/EHPersonalities.cpp
45986e05bcSDimitry AndricSRCS_MIN+=	Analysis/GlobalsModRef.cpp
46986e05bcSDimitry AndricSRCS_MIN+=	Analysis/IVUsers.cpp
47986e05bcSDimitry AndricSRCS_MIN+=	Analysis/IndirectCallPromotionAnalysis.cpp
48986e05bcSDimitry AndricSRCS_MIN+=	Analysis/InlineCost.cpp
49986e05bcSDimitry AndricSRCS_MIN+=	Analysis/InstCount.cpp
50986e05bcSDimitry AndricSRCS_MIN+=	Analysis/InstructionSimplify.cpp
51986e05bcSDimitry AndricSRCS_MIN+=	Analysis/Interval.cpp
52986e05bcSDimitry AndricSRCS_MIN+=	Analysis/IntervalPartition.cpp
53986e05bcSDimitry AndricSRCS_MIN+=	Analysis/IteratedDominanceFrontier.cpp
54986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LazyBlockFrequencyInfo.cpp
5509bfd043SDimitry AndricSRCS_MIN+=	Analysis/LazyBranchProbabilityInfo.cpp
56986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LazyCallGraph.cpp
57986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LazyValueInfo.cpp
58986e05bcSDimitry AndricSRCS_MIN+=	Analysis/Lint.cpp
59986e05bcSDimitry AndricSRCS_MIN+=	Analysis/Loads.cpp
60986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LoopAccessAnalysis.cpp
61f1a29dd3SDimitry AndricSRCS_MIN+=	Analysis/LoopAnalysisManager.cpp
62986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LoopInfo.cpp
63986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LoopPass.cpp
64986e05bcSDimitry AndricSRCS_MIN+=	Analysis/LoopUnrollAnalyzer.cpp
65986e05bcSDimitry AndricSRCS_MIN+=	Analysis/MemDepPrinter.cpp
66986e05bcSDimitry AndricSRCS_MIN+=	Analysis/MemDerefPrinter.cpp
67986e05bcSDimitry AndricSRCS_MIN+=	Analysis/MemoryBuiltins.cpp
68986e05bcSDimitry AndricSRCS_MIN+=	Analysis/MemoryDependenceAnalysis.cpp
69986e05bcSDimitry AndricSRCS_MIN+=	Analysis/MemoryLocation.cpp
705897d2f0SDimitry AndricSRCS_MIN+=	Analysis/MemorySSA.cpp
715897d2f0SDimitry AndricSRCS_MIN+=	Analysis/MemorySSAUpdater.cpp
72986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ModuleDebugInfoPrinter.cpp
73986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ModuleSummaryAnalysis.cpp
74986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ObjCARCAliasAnalysis.cpp
75986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ObjCARCAnalysisUtils.cpp
76986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ObjCARCInstKind.cpp
77986e05bcSDimitry AndricSRCS_MIN+=	Analysis/OptimizationDiagnosticInfo.cpp
78986e05bcSDimitry AndricSRCS_MIN+=	Analysis/OrderedBasicBlock.cpp
79986e05bcSDimitry AndricSRCS_MIN+=	Analysis/PHITransAddr.cpp
80986e05bcSDimitry AndricSRCS_MIN+=	Analysis/PostDominators.cpp
81986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ProfileSummaryInfo.cpp
82986e05bcSDimitry AndricSRCS_MIN+=	Analysis/PtrUseVisitor.cpp
83986e05bcSDimitry AndricSRCS_MIN+=	Analysis/RegionInfo.cpp
84986e05bcSDimitry AndricSRCS_MIN+=	Analysis/RegionPass.cpp
85986e05bcSDimitry AndricSRCS_MIN+=	Analysis/RegionPrinter.cpp
86986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ScalarEvolution.cpp
87986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ScalarEvolutionAliasAnalysis.cpp
88986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ScalarEvolutionExpander.cpp
89986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ScalarEvolutionNormalization.cpp
90986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ScopedNoAliasAA.cpp
91986e05bcSDimitry AndricSRCS_MIN+=	Analysis/SparsePropagation.cpp
92986e05bcSDimitry AndricSRCS_MIN+=	Analysis/TargetLibraryInfo.cpp
93986e05bcSDimitry AndricSRCS_MIN+=	Analysis/TargetTransformInfo.cpp
9409bfd043SDimitry AndricSRCS_MIN+=	Analysis/Trace.cpp
95986e05bcSDimitry AndricSRCS_MIN+=	Analysis/TypeBasedAliasAnalysis.cpp
96986e05bcSDimitry AndricSRCS_MIN+=	Analysis/TypeMetadataUtils.cpp
97986e05bcSDimitry AndricSRCS_MIN+=	Analysis/ValueTracking.cpp
98986e05bcSDimitry AndricSRCS_MIN+=	Analysis/VectorUtils.cpp
99986e05bcSDimitry AndricSRCS_MIN+=	AsmParser/LLLexer.cpp
100986e05bcSDimitry AndricSRCS_MIN+=	AsmParser/LLParser.cpp
101986e05bcSDimitry AndricSRCS_MIN+=	AsmParser/Parser.cpp
10209bfd043SDimitry AndricSRCS_MIN+=	Bitcode/Reader/BitReader.cpp
103986e05bcSDimitry AndricSRCS_MIN+=	Bitcode/Reader/BitcodeReader.cpp
104986e05bcSDimitry AndricSRCS_MIN+=	Bitcode/Reader/BitstreamReader.cpp
10509bfd043SDimitry AndricSRCS_MIN+=	Bitcode/Reader/MetadataLoader.cpp
10609bfd043SDimitry AndricSRCS_MIN+=	Bitcode/Reader/ValueList.cpp
10709bfd043SDimitry AndricSRCS_MIN+=	Bitcode/Writer/BitWriter.cpp
108986e05bcSDimitry AndricSRCS_MIN+=	Bitcode/Writer/BitcodeWriter.cpp
109986e05bcSDimitry AndricSRCS_MIN+=	Bitcode/Writer/BitcodeWriterPass.cpp
110986e05bcSDimitry AndricSRCS_MIN+=	Bitcode/Writer/ValueEnumerator.cpp
111986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AggressiveAntiDepBreaker.cpp
112986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AllocationOrder.cpp
113986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/Analysis.cpp
114986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/ARMException.cpp
115986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/AddressPool.cpp
116986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/AsmPrinter.cpp
117986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
118986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
119986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/CodeViewDebug.cpp
120986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DIE.cpp
121986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DIEHash.cpp
122986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
123986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DebugHandlerBase.cpp
124986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DebugLocStream.cpp
125986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfAccelTable.cpp
126986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfCFIException.cpp
127986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfCompileUnit.cpp
128986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfDebug.cpp
129986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfExpression.cpp
130986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfFile.cpp
131986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfStringPool.cpp
132986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/DwarfUnit.cpp
133986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/EHStreamer.cpp
134986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/ErlangGCPrinter.cpp
135986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/OcamlGCPrinter.cpp
136986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AsmPrinter/WinException.cpp
137986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/AtomicExpandPass.cpp
138986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/BasicTargetTransformInfo.cpp
1395897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/BranchCoalescing.cpp
140986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/BranchFolding.cpp
14109bfd043SDimitry AndricSRCS_MIN+=	CodeGen/BranchRelaxation.cpp
142986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/BuiltinGCs.cpp
143986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/CalcSpillWeights.cpp
144986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/CallingConvLower.cpp
145986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/CodeGen.cpp
146986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/CodeGenPrepare.cpp
14709bfd043SDimitry AndricSRCS_MIN+=	CodeGen/CountingFunctionInserter.cpp
148986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/CriticalAntiDepBreaker.cpp
149986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/DFAPacketizer.cpp
150986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/DeadMachineInstructionElim.cpp
151986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/DetectDeadLanes.cpp
152986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/DwarfEHPrepare.cpp
153986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/EarlyIfConversion.cpp
154986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/EdgeBundles.cpp
155986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ExecutionDepsFix.cpp
156986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ExpandISelPseudos.cpp
157986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ExpandPostRAPseudos.cpp
158*5517e702SDimitry AndricSRCS_MIN+=	CodeGen/ExpandReductions.cpp
1595897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/FEntryInserter.cpp
160986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/FaultMaps.cpp
161986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/FuncletLayout.cpp
162986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/GCMetadata.cpp
16309bfd043SDimitry AndricSRCS_MIN+=	CodeGen/GCMetadataPrinter.cpp
164986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/GCRootLowering.cpp
16509bfd043SDimitry AndricSRCS_MIN+=	CodeGen/GCStrategy.cpp
166986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/GlobalISel/GlobalISel.cpp
167986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/GlobalMerge.cpp
168986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/IfConversion.cpp
169986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ImplicitNullChecks.cpp
170986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/InlineSpiller.cpp
171986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/InterferenceCache.cpp
172986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/InterleavedAccessPass.cpp
173986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/IntrinsicLowering.cpp
174986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LLVMTargetMachine.cpp
175986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LatencyPriorityQueue.cpp
1765897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/LazyMachineBlockFrequencyInfo.cpp
177986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LexicalScopes.cpp
178986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveDebugValues.cpp
179986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveDebugVariables.cpp
180986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveInterval.cpp
181986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveIntervalAnalysis.cpp
182986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveIntervalUnion.cpp
183986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LivePhysRegs.cpp
184986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveRangeCalc.cpp
185986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveRangeEdit.cpp
186*5517e702SDimitry AndricSRCS_MIN+=	CodeGen/LiveRangeShrink.cpp
187986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveRegMatrix.cpp
1885897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/LiveRegUnits.cpp
189986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveStackAnalysis.cpp
190986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LiveVariables.cpp
191986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LocalStackSlotAllocation.cpp
19209bfd043SDimitry AndricSRCS_MIN+=	CodeGen/LowLevelType.cpp
193986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/LowerEmuTLS.cpp
194986e05bcSDimitry AndricSRCS_EXT+=	CodeGen/MIRParser/MILexer.cpp
195986e05bcSDimitry AndricSRCS_EXT+=	CodeGen/MIRParser/MIParser.cpp
196986e05bcSDimitry AndricSRCS_EXT+=	CodeGen/MIRParser/MIRParser.cpp
197986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MIRPrinter.cpp
198986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MIRPrintingPass.cpp
199986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineBasicBlock.cpp
200986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineBlockFrequencyInfo.cpp
201986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineBlockPlacement.cpp
202986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineBranchProbabilityInfo.cpp
203986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineCSE.cpp
204986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineCombiner.cpp
205986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineCopyPropagation.cpp
206986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineDominanceFrontier.cpp
207986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineDominators.cpp
208f37b6182SDimitry AndricSRCS_MIN+=	CodeGen/MachineFrameInfo.cpp
209986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineFunction.cpp
210986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineFunctionPass.cpp
211986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineFunctionPrinterPass.cpp
212986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineInstr.cpp
213986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineInstrBundle.cpp
214986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineLICM.cpp
215986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineLoopInfo.cpp
216986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineModuleInfo.cpp
217986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineModuleInfoImpls.cpp
2185897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/MachineOptimizationRemarkEmitter.cpp
2195897d2f0SDimitry AndricSRCS_MIN+=	CodeGen/MachineOutliner.cpp
220986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachinePassRegistry.cpp
22109bfd043SDimitry AndricSRCS_MIN+=	CodeGen/MachinePipeliner.cpp
222986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachinePostDominators.cpp
223986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineRegionInfo.cpp
224986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineRegisterInfo.cpp
225986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineSSAUpdater.cpp
226986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineScheduler.cpp
227986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineSink.cpp
228986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineTraceMetrics.cpp
229986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/MachineVerifier.cpp
230986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/OptimizePHIs.cpp
231986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PHIElimination.cpp
232986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PHIEliminationUtils.cpp
233986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ParallelCG.cpp
234986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PatchableFunction.cpp
235986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PeepholeOptimizer.cpp
236986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PostRAHazardRecognizer.cpp
237986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PostRASchedulerList.cpp
238986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PreISelIntrinsicLowering.cpp
239986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ProcessImplicitDefs.cpp
240986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PrologEpilogInserter.cpp
241986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/PseudoSourceValue.cpp
242986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegAllocBase.cpp
243986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegAllocBasic.cpp
244986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegAllocFast.cpp
245986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegAllocGreedy.cpp
246986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegAllocPBQP.cpp
247986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegUsageInfoCollector.cpp
248986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegUsageInfoPropagate.cpp
249986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegisterClassInfo.cpp
250986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegisterCoalescer.cpp
251986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegisterPressure.cpp
252986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegisterScavenging.cpp
253986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RegisterUsageInfo.cpp
254986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/RenameIndependentSubregs.cpp
25509bfd043SDimitry AndricSRCS_MIN+=	CodeGen/ResetMachineFunctionPass.cpp
256986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SafeStack.cpp
257986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SafeStackColoring.cpp
258986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SafeStackLayout.cpp
259*5517e702SDimitry AndricSRCS_MIN+=	CodeGen/ScalarizeMaskedMemIntrin.cpp
260986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ScheduleDAG.cpp
261986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ScheduleDAGInstrs.cpp
262986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ScheduleDAGPrinter.cpp
263986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ScoreboardHazardRecognizer.cpp
264986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/DAGCombiner.cpp
265986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/FastISel.cpp
266986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
267986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/InstrEmitter.cpp
268986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeDAG.cpp
269986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
270986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
271986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeTypes.cpp
272986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
273986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeVectorOps.cpp
274986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
275986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
276986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/ScheduleDAGFast.cpp
277986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
278986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
279986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
280986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAG.cpp
281986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
282986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAGDumper.cpp
283986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAGISel.cpp
284986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
285986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
286986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/StatepointLowering.cpp
287986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SelectionDAG/TargetLowering.cpp
288986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ShadowStackGCLowering.cpp
289986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/ShrinkWrap.cpp
290986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SjLjEHPrepare.cpp
291986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SlotIndexes.cpp
292986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SpillPlacement.cpp
293986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/SplitKit.cpp
294986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/StackColoring.cpp
295986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/StackMapLivenessAnalysis.cpp
296986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/StackMaps.cpp
297986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/StackProtector.cpp
298986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/StackSlotColoring.cpp
299986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TailDuplication.cpp
300986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TailDuplicator.cpp
301986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetFrameLoweringImpl.cpp
302986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetInstrInfo.cpp
303986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetLoweringBase.cpp
304986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetLoweringObjectFileImpl.cpp
305986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetOptionsImpl.cpp
306986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetPassConfig.cpp
307986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetRegisterInfo.cpp
308986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TargetSchedule.cpp
30909bfd043SDimitry AndricSRCS_MIN+=	CodeGen/TargetSubtargetInfo.cpp
310986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/TwoAddressInstructionPass.cpp
311986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/UnreachableBlockElim.cpp
312986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/VirtRegMap.cpp
313986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/WinEHPrepare.cpp
314986e05bcSDimitry AndricSRCS_MIN+=	CodeGen/XRayInstrumentation.cpp
31509bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/CVSymbolVisitor.cpp
316f1a29dd3SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/CVTypeDumper.cpp
317986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/CVTypeVisitor.cpp
318986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/CodeViewError.cpp
31909bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/CodeViewRecordIO.cpp
320986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/EnumTables.cpp
3215897d2f0SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/Formatters.cpp
322986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/Line.cpp
323f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFileChecksumFragment.cpp
324f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFragment.cpp
325f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFragmentRecord.cpp
326f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
327f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugInlineeLinesFragment.cpp
328f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/ModuleDebugLineFragment.cpp
329986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/RecordSerialization.cpp
330b174acefSDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/StringTable.cpp
331986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/SymbolDumper.cpp
33209bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/SymbolRecordMapping.cpp
333050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/CodeView/SymbolSerializer.cpp
334f1a29dd3SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeDatabase.cpp
335f1a29dd3SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeDatabaseVisitor.cpp
336f1a29dd3SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeDumpVisitor.cpp
33709bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeRecordMapping.cpp
33809bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeSerializer.cpp
339986e05bcSDimitry AndricSRCS_MIN+=	DebugInfo/CodeView/TypeStreamMerger.cpp
34030d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
34130d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFAcceleratorTable.cpp
34230d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFCompileUnit.cpp
34330d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFContext.cpp
34430d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugAbbrev.cpp
34530d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugArangeSet.cpp
34630d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugAranges.cpp
34730d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugFrame.cpp
34830d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
34930d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugLine.cpp
35030d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugLoc.cpp
35130d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugMacro.cpp
35209bfd043SDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugPubTable.cpp
35330d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDebugRangeList.cpp
35409bfd043SDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFDie.cpp
35530d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFFormValue.cpp
35609bfd043SDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFGdbIndex.cpp
35730d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFTypeUnit.cpp
35830d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFUnit.cpp
35930d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFUnitIndex.cpp
360b174acefSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/DWARFVerifier.cpp
36130d4828eSDimitry AndricSRCS_MIW+=	DebugInfo/DWARF/SyntaxHighlighting.cpp
36209bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/MSF/MSFBuilder.cpp
36309bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/MSF/MSFCommon.cpp
36409bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/MSF/MSFError.cpp
36509bfd043SDimitry AndricSRCS_MIN+=	DebugInfo/MSF/MappedBlockStream.cpp
366986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/GenericError.cpp
36709bfd043SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/IPDBSourceFile.cpp
368f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
369f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
3700f5676f4SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/DbiModuleList.cpp
371050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/DbiStream.cpp
372050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/DbiStreamBuilder.cpp
373050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/EnumTables.cpp
374050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/GSI.cpp
375050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/GlobalsStream.cpp
376050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/Hash.cpp
377050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/HashTable.cpp
378050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/InfoStream.cpp
379050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/InfoStreamBuilder.cpp
380f37b6182SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/ModuleDebugStream.cpp
381050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NamedStreamMap.cpp
382050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
383050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NativeEnumModules.cpp
384050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NativeExeSymbol.cpp
385050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NativeRawSymbol.cpp
386050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/NativeSession.cpp
387050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/PDBFile.cpp
388050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/PDBFileBuilder.cpp
389050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/PublicsStream.cpp
390050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/RawError.cpp
391b174acefSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/PDBStringTable.cpp
392b174acefSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
393050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/SymbolStream.cpp
394050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/TpiHashing.cpp
395050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/TpiStream.cpp
396050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/Native/TpiStreamBuilder.cpp
397986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDB.cpp
398986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBContext.cpp
399986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBExtras.cpp
400986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBInterfaceAnchors.cpp
401986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymDumper.cpp
402986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbol.cpp
403986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolAnnotation.cpp
404986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolBlock.cpp
405986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolCompiland.cpp
406986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
407986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
408986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolCustom.cpp
409986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolData.cpp
410986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolExe.cpp
411986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolFunc.cpp
412986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
413986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
414986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolLabel.cpp
415986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
416986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolThunk.cpp
417986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeArray.cpp
418986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
419986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
420986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeCustom.cpp
421986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeDimension.cpp
422986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeEnum.cpp
423986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeFriend.cpp
424986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
425986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
426986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeManaged.cpp
427986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypePointer.cpp
428986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
429986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeUDT.cpp
430986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeVTable.cpp
431986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
432986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolUnknown.cpp
433986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
434050e2df1SDimitry AndricSRCS_EXT+=	DebugInfo/PDB/UDTLayout.cpp
435986e05bcSDimitry AndricSRCS_EXT+=	DebugInfo/Symbolize/DIPrinter.cpp
43609bfd043SDimitry AndricSRCS_MIW+=	DebugInfo/Symbolize/SymbolizableObjectFile.cpp
43709bfd043SDimitry AndricSRCS_MIW+=	DebugInfo/Symbolize/Symbolize.cpp
43809bfd043SDimitry AndricSRCS_MIN+=	Demangle/ItaniumDemangle.cpp
439986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/ExecutionEngine.cpp
440986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/ExecutionEngineBindings.cpp
441986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/GDBRegistrationListener.cpp
442986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/Interpreter/Execution.cpp
443986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/Interpreter/ExternalFunctions.cpp
444986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/Interpreter/Interpreter.cpp
445986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/MCJIT/MCJIT.cpp
446986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/ExecutionUtils.cpp
447986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/IndirectionUtils.cpp
448986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/NullResolver.cpp
449986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/OrcABISupport.cpp
450986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/OrcCBindings.cpp
451986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/OrcError.cpp
452986e05bcSDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/OrcMCJITReplacement.cpp
453050e2df1SDimitry AndricSRCS_EXT+=	ExecutionEngine/Orc/RPCUtils.cpp
45409bfd043SDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/JITSymbol.cpp
455986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
456986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
457986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
458986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
459986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
460986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
46109bfd043SDimitry AndricSRCS_XDB+=	ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
462986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/SectionMemoryManager.cpp
463986e05bcSDimitry AndricSRCS_XDB+=	ExecutionEngine/TargetSelect.cpp
464986e05bcSDimitry AndricSRCS_MIN+=	IR/AsmWriter.cpp
465986e05bcSDimitry AndricSRCS_MIN+=	IR/Attributes.cpp
466986e05bcSDimitry AndricSRCS_MIN+=	IR/AutoUpgrade.cpp
467986e05bcSDimitry AndricSRCS_MIN+=	IR/BasicBlock.cpp
468986e05bcSDimitry AndricSRCS_MIN+=	IR/Comdat.cpp
469986e05bcSDimitry AndricSRCS_MIN+=	IR/ConstantFold.cpp
470986e05bcSDimitry AndricSRCS_MIN+=	IR/ConstantRange.cpp
471986e05bcSDimitry AndricSRCS_MIN+=	IR/Constants.cpp
472986e05bcSDimitry AndricSRCS_MIN+=	IR/Core.cpp
473986e05bcSDimitry AndricSRCS_MIN+=	IR/DIBuilder.cpp
474986e05bcSDimitry AndricSRCS_MIN+=	IR/DataLayout.cpp
475986e05bcSDimitry AndricSRCS_MIN+=	IR/DebugInfo.cpp
476986e05bcSDimitry AndricSRCS_MIN+=	IR/DebugInfoMetadata.cpp
477986e05bcSDimitry AndricSRCS_MIN+=	IR/DebugLoc.cpp
478986e05bcSDimitry AndricSRCS_MIN+=	IR/DiagnosticInfo.cpp
479986e05bcSDimitry AndricSRCS_MIN+=	IR/DiagnosticPrinter.cpp
480986e05bcSDimitry AndricSRCS_MIN+=	IR/Dominators.cpp
481986e05bcSDimitry AndricSRCS_MIN+=	IR/Function.cpp
482986e05bcSDimitry AndricSRCS_MIN+=	IR/GCOV.cpp
483986e05bcSDimitry AndricSRCS_MIN+=	IR/GVMaterializer.cpp
484986e05bcSDimitry AndricSRCS_MIN+=	IR/Globals.cpp
485986e05bcSDimitry AndricSRCS_MIN+=	IR/IRBuilder.cpp
486986e05bcSDimitry AndricSRCS_MIN+=	IR/IRPrintingPasses.cpp
487986e05bcSDimitry AndricSRCS_MIN+=	IR/InlineAsm.cpp
488986e05bcSDimitry AndricSRCS_MIN+=	IR/Instruction.cpp
489986e05bcSDimitry AndricSRCS_MIN+=	IR/Instructions.cpp
490986e05bcSDimitry AndricSRCS_MIN+=	IR/IntrinsicInst.cpp
491986e05bcSDimitry AndricSRCS_MIN+=	IR/LLVMContext.cpp
492986e05bcSDimitry AndricSRCS_MIN+=	IR/LLVMContextImpl.cpp
493986e05bcSDimitry AndricSRCS_MIN+=	IR/LegacyPassManager.cpp
494986e05bcSDimitry AndricSRCS_MIN+=	IR/MDBuilder.cpp
495986e05bcSDimitry AndricSRCS_MIN+=	IR/Mangler.cpp
496986e05bcSDimitry AndricSRCS_MIN+=	IR/Metadata.cpp
497986e05bcSDimitry AndricSRCS_MIN+=	IR/Module.cpp
498986e05bcSDimitry AndricSRCS_MIN+=	IR/ModuleSummaryIndex.cpp
499986e05bcSDimitry AndricSRCS_MIN+=	IR/Operator.cpp
500986e05bcSDimitry AndricSRCS_MIN+=	IR/OptBisect.cpp
501986e05bcSDimitry AndricSRCS_MIN+=	IR/Pass.cpp
502986e05bcSDimitry AndricSRCS_MIN+=	IR/PassManager.cpp
503986e05bcSDimitry AndricSRCS_MIN+=	IR/PassRegistry.cpp
504986e05bcSDimitry AndricSRCS_MIN+=	IR/ProfileSummary.cpp
505986e05bcSDimitry AndricSRCS_MIN+=	IR/Statepoint.cpp
506986e05bcSDimitry AndricSRCS_MIN+=	IR/Type.cpp
507986e05bcSDimitry AndricSRCS_MIN+=	IR/TypeFinder.cpp
508986e05bcSDimitry AndricSRCS_MIN+=	IR/Use.cpp
509986e05bcSDimitry AndricSRCS_MIN+=	IR/User.cpp
510986e05bcSDimitry AndricSRCS_MIN+=	IR/Value.cpp
511986e05bcSDimitry AndricSRCS_MIN+=	IR/ValueSymbolTable.cpp
512986e05bcSDimitry AndricSRCS_MIN+=	IR/ValueTypes.cpp
513986e05bcSDimitry AndricSRCS_MIN+=	IR/Verifier.cpp
514986e05bcSDimitry AndricSRCS_MIN+=	IRReader/IRReader.cpp
51509bfd043SDimitry AndricSRCS_EXL+=	LTO/Caching.cpp
5165897d2f0SDimitry AndricSRCS_MIN+=	LTO/LTO.cpp
51709bfd043SDimitry AndricSRCS_MIN+=	LTO/LTOBackend.cpp
51875bc38b9SEd MasteSRCS_EXL+=	LTO/LTOCodeGenerator.cpp
51975bc38b9SEd MasteSRCS_EXL+=	LTO/LTOModule.cpp
52075bc38b9SEd MasteSRCS_EXL+=	LTO/ThinLTOCodeGenerator.cpp
52109bfd043SDimitry AndricSRCS_MIN+=	LTO/UpdateCompilerUsed.cpp
522986e05bcSDimitry AndricSRCS_MIN+=	LineEditor/LineEditor.cpp
523986e05bcSDimitry AndricSRCS_MIN+=	Linker/IRMover.cpp
524986e05bcSDimitry AndricSRCS_MIN+=	Linker/LinkModules.cpp
525986e05bcSDimitry AndricSRCS_MIN+=	MC/ConstantPools.cpp
526986e05bcSDimitry AndricSRCS_MIN+=	MC/ELFObjectWriter.cpp
527986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmBackend.cpp
528986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmInfo.cpp
529986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmInfoCOFF.cpp
530986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmInfoDarwin.cpp
531986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmInfoELF.cpp
532986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAsmStreamer.cpp
533986e05bcSDimitry AndricSRCS_MIN+=	MC/MCAssembler.cpp
534986e05bcSDimitry AndricSRCS_MIN+=	MC/MCCodeEmitter.cpp
535986e05bcSDimitry AndricSRCS_MIN+=	MC/MCCodeView.cpp
536986e05bcSDimitry AndricSRCS_MIN+=	MC/MCContext.cpp
53775bc38b9SEd MasteSRCS_XDL+=	MC/MCDisassembler/Disassembler.cpp
53830d4828eSDimitry AndricSRCS_XDW+=	MC/MCDisassembler/MCDisassembler.cpp
53930d4828eSDimitry AndricSRCS_XDW+=	MC/MCDisassembler/MCExternalSymbolizer.cpp
540986e05bcSDimitry AndricSRCS_MIN+=	MC/MCDisassembler/MCRelocationInfo.cpp
54130d4828eSDimitry AndricSRCS_XDW+=	MC/MCDisassembler/MCSymbolizer.cpp
542986e05bcSDimitry AndricSRCS_MIN+=	MC/MCDwarf.cpp
543986e05bcSDimitry AndricSRCS_MIN+=	MC/MCELFObjectTargetWriter.cpp
544986e05bcSDimitry AndricSRCS_MIN+=	MC/MCELFStreamer.cpp
545986e05bcSDimitry AndricSRCS_MIN+=	MC/MCExpr.cpp
546986e05bcSDimitry AndricSRCS_MIN+=	MC/MCFragment.cpp
547986e05bcSDimitry AndricSRCS_MIN+=	MC/MCInst.cpp
548986e05bcSDimitry AndricSRCS_MIN+=	MC/MCInstPrinter.cpp
549986e05bcSDimitry AndricSRCS_MIN+=	MC/MCInstrAnalysis.cpp
550986e05bcSDimitry AndricSRCS_MIN+=	MC/MCInstrDesc.cpp
551986e05bcSDimitry AndricSRCS_MIN+=	MC/MCLinkerOptimizationHint.cpp
552986e05bcSDimitry AndricSRCS_MIN+=	MC/MCMachOStreamer.cpp
553986e05bcSDimitry AndricSRCS_MIN+=	MC/MCMachObjectTargetWriter.cpp
554986e05bcSDimitry AndricSRCS_MIN+=	MC/MCNullStreamer.cpp
555986e05bcSDimitry AndricSRCS_MIN+=	MC/MCObjectFileInfo.cpp
556986e05bcSDimitry AndricSRCS_MIN+=	MC/MCObjectStreamer.cpp
557986e05bcSDimitry AndricSRCS_MIN+=	MC/MCObjectWriter.cpp
558986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/AsmLexer.cpp
559986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/AsmParser.cpp
560986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/COFFAsmParser.cpp
561986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/DarwinAsmParser.cpp
562986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/ELFAsmParser.cpp
563986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/MCAsmLexer.cpp
564986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/MCAsmParser.cpp
565986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/MCAsmParserExtension.cpp
566986e05bcSDimitry AndricSRCS_MIN+=	MC/MCParser/MCTargetAsmParser.cpp
567986e05bcSDimitry AndricSRCS_MIN+=	MC/MCRegisterInfo.cpp
568986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSchedule.cpp
569986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSection.cpp
570986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSectionCOFF.cpp
571986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSectionELF.cpp
572986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSectionMachO.cpp
5735897d2f0SDimitry AndricSRCS_MIN+=	MC/MCSectionWasm.cpp
574986e05bcSDimitry AndricSRCS_MIN+=	MC/MCStreamer.cpp
575986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSubtargetInfo.cpp
576986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSymbol.cpp
577986e05bcSDimitry AndricSRCS_MIN+=	MC/MCSymbolELF.cpp
578986e05bcSDimitry AndricSRCS_MIN+=	MC/MCTargetOptions.cpp
579986e05bcSDimitry AndricSRCS_MIN+=	MC/MCValue.cpp
5805897d2f0SDimitry AndricSRCS_MIN+=	MC/MCWasmStreamer.cpp
581986e05bcSDimitry AndricSRCS_MIN+=	MC/MCWin64EH.cpp
582986e05bcSDimitry AndricSRCS_MIN+=	MC/MCWinEH.cpp
583986e05bcSDimitry AndricSRCS_MIN+=	MC/MachObjectWriter.cpp
584986e05bcSDimitry AndricSRCS_MIN+=	MC/StringTableBuilder.cpp
585986e05bcSDimitry AndricSRCS_MIN+=	MC/SubtargetFeature.cpp
586986e05bcSDimitry AndricSRCS_MIN+=	MC/WinCOFFObjectWriter.cpp
587986e05bcSDimitry AndricSRCS_MIN+=	MC/WinCOFFStreamer.cpp
588986e05bcSDimitry AndricSRCS_MIN+=	Object/Archive.cpp
589986e05bcSDimitry AndricSRCS_MIN+=	Object/ArchiveWriter.cpp
590986e05bcSDimitry AndricSRCS_MIN+=	Object/Binary.cpp
591986e05bcSDimitry AndricSRCS_MIN+=	Object/COFFObjectFile.cpp
592f1a29dd3SDimitry AndricSRCS_MIN+=	Object/Decompressor.cpp
593986e05bcSDimitry AndricSRCS_MIN+=	Object/ELF.cpp
594986e05bcSDimitry AndricSRCS_MIN+=	Object/ELFObjectFile.cpp
595986e05bcSDimitry AndricSRCS_MIN+=	Object/Error.cpp
596986e05bcSDimitry AndricSRCS_MIN+=	Object/IRObjectFile.cpp
5975897d2f0SDimitry AndricSRCS_MIN+=	Object/IRSymtab.cpp
598986e05bcSDimitry AndricSRCS_MIN+=	Object/MachOObjectFile.cpp
599986e05bcSDimitry AndricSRCS_MIN+=	Object/MachOUniversal.cpp
60009bfd043SDimitry AndricSRCS_MIN+=	Object/ModuleSymbolTable.cpp
601986e05bcSDimitry AndricSRCS_EXT+=	Object/Object.cpp
602986e05bcSDimitry AndricSRCS_MIN+=	Object/ObjectFile.cpp
603986e05bcSDimitry AndricSRCS_MIN+=	Object/RecordStreamer.cpp
60409bfd043SDimitry AndricSRCS_MIW+=	Object/SymbolSize.cpp
605986e05bcSDimitry AndricSRCS_MIN+=	Object/SymbolicFile.cpp
60609bfd043SDimitry AndricSRCS_MIN+=	Object/WasmObjectFile.cpp
607986e05bcSDimitry AndricSRCS_MIN+=	ObjectYAML/COFFYAML.cpp
60809bfd043SDimitry AndricSRCS_MIN+=	ObjectYAML/DWARFYAML.cpp
609986e05bcSDimitry AndricSRCS_MIN+=	ObjectYAML/ELFYAML.cpp
610986e05bcSDimitry AndricSRCS_MIN+=	ObjectYAML/MachOYAML.cpp
611986e05bcSDimitry AndricSRCS_MIN+=	Option/Arg.cpp
612986e05bcSDimitry AndricSRCS_MIN+=	Option/ArgList.cpp
613986e05bcSDimitry AndricSRCS_MIN+=	Option/OptTable.cpp
614986e05bcSDimitry AndricSRCS_MIN+=	Option/Option.cpp
61509bfd043SDimitry AndricSRCS_MIN+=	Passes/PassBuilder.cpp
616986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/Coverage/CoverageMapping.cpp
617986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/Coverage/CoverageMappingReader.cpp
618986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/Coverage/CoverageMappingWriter.cpp
619986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/InstrProf.cpp
620986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/InstrProfReader.cpp
621986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/InstrProfWriter.cpp
622986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/ProfileSummaryBuilder.cpp
623986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/SampleProf.cpp
624986e05bcSDimitry AndricSRCS_MIN+=	ProfileData/SampleProfReader.cpp
625986e05bcSDimitry AndricSRCS_EXT+=	ProfileData/SampleProfWriter.cpp
626986e05bcSDimitry AndricSRCS_MIN+=	Support/APFloat.cpp
627986e05bcSDimitry AndricSRCS_MIN+=	Support/APInt.cpp
628986e05bcSDimitry AndricSRCS_MIN+=	Support/APSInt.cpp
6295897d2f0SDimitry AndricSRCS_MIN+=	Support/ARMAttributeParser.cpp
630986e05bcSDimitry AndricSRCS_MIN+=	Support/ARMBuildAttrs.cpp
631986e05bcSDimitry AndricSRCS_MIN+=	Support/Allocator.cpp
632986e05bcSDimitry AndricSRCS_MIN+=	Support/Atomic.cpp
6335897d2f0SDimitry AndricSRCS_MIN+=	Support/BinaryStreamError.cpp
6345897d2f0SDimitry AndricSRCS_MIN+=	Support/BinaryStreamReader.cpp
6355897d2f0SDimitry AndricSRCS_MIN+=	Support/BinaryStreamWriter.cpp
636986e05bcSDimitry AndricSRCS_MIN+=	Support/BlockFrequency.cpp
637986e05bcSDimitry AndricSRCS_MIN+=	Support/BranchProbability.cpp
638986e05bcSDimitry AndricSRCS_EXT+=	Support/COM.cpp
639986e05bcSDimitry AndricSRCS_MIN+=	Support/CachePruning.cpp
64009bfd043SDimitry AndricSRCS_MIN+=	Support/Chrono.cpp
641986e05bcSDimitry AndricSRCS_MIN+=	Support/CommandLine.cpp
642986e05bcSDimitry AndricSRCS_MIN+=	Support/Compression.cpp
64309bfd043SDimitry AndricSRCS_MIN+=	Support/ConvertUTF.cpp
644986e05bcSDimitry AndricSRCS_MIN+=	Support/ConvertUTFWrapper.cpp
645986e05bcSDimitry AndricSRCS_MIN+=	Support/CrashRecoveryContext.cpp
646986e05bcSDimitry AndricSRCS_MIN+=	Support/DAGDeltaAlgorithm.cpp
647986e05bcSDimitry AndricSRCS_MIN+=	Support/DataExtractor.cpp
648986e05bcSDimitry AndricSRCS_MIN+=	Support/Debug.cpp
6495897d2f0SDimitry AndricSRCS_MIN+=	Support/DebugCounter.cpp
650986e05bcSDimitry AndricSRCS_MIN+=	Support/DeltaAlgorithm.cpp
651986e05bcSDimitry AndricSRCS_MIN+=	Support/Dwarf.cpp
652986e05bcSDimitry AndricSRCS_MIN+=	Support/DynamicLibrary.cpp
653986e05bcSDimitry AndricSRCS_MIN+=	Support/Errno.cpp
654986e05bcSDimitry AndricSRCS_MIN+=	Support/Error.cpp
655986e05bcSDimitry AndricSRCS_MIN+=	Support/ErrorHandling.cpp
65675bc38b9SEd MasteSRCS_EXL+=	Support/FileOutputBuffer.cpp
657986e05bcSDimitry AndricSRCS_EXT+=	Support/FileUtilities.cpp
658986e05bcSDimitry AndricSRCS_MIN+=	Support/FoldingSet.cpp
65909bfd043SDimitry AndricSRCS_MIN+=	Support/FormatVariadic.cpp
660986e05bcSDimitry AndricSRCS_MIN+=	Support/FormattedStream.cpp
66109bfd043SDimitry AndricSRCS_MIN+=	Support/GlobPattern.cpp
662986e05bcSDimitry AndricSRCS_MIN+=	Support/GraphWriter.cpp
663986e05bcSDimitry AndricSRCS_MIN+=	Support/Hashing.cpp
664986e05bcSDimitry AndricSRCS_MIN+=	Support/Host.cpp
665986e05bcSDimitry AndricSRCS_MIN+=	Support/IntEqClasses.cpp
666986e05bcSDimitry AndricSRCS_MIN+=	Support/IntervalMap.cpp
667986e05bcSDimitry AndricSRCS_MIN+=	Support/JamCRC.cpp
668986e05bcSDimitry AndricSRCS_MIN+=	Support/LEB128.cpp
669986e05bcSDimitry AndricSRCS_MIN+=	Support/LineIterator.cpp
670986e05bcSDimitry AndricSRCS_MIN+=	Support/Locale.cpp
671986e05bcSDimitry AndricSRCS_MIN+=	Support/LockFileManager.cpp
6725897d2f0SDimitry AndricSRCS_MIN+=	Support/LowLevelType.cpp
673986e05bcSDimitry AndricSRCS_MIN+=	Support/MD5.cpp
674986e05bcSDimitry AndricSRCS_MIN+=	Support/ManagedStatic.cpp
675986e05bcSDimitry AndricSRCS_MIN+=	Support/MathExtras.cpp
676986e05bcSDimitry AndricSRCS_XDB+=	Support/Memory.cpp
677986e05bcSDimitry AndricSRCS_MIN+=	Support/MemoryBuffer.cpp
678986e05bcSDimitry AndricSRCS_MIN+=	Support/Mutex.cpp
67909bfd043SDimitry AndricSRCS_MIN+=	Support/NativeFormatting.cpp
680986e05bcSDimitry AndricSRCS_MIN+=	Support/Options.cpp
681*5517e702SDimitry AndricSRCS_LLD+=	Support/Parallel.cpp
682986e05bcSDimitry AndricSRCS_MIN+=	Support/Path.cpp
683986e05bcSDimitry AndricSRCS_MIN+=	Support/PluginLoader.cpp
684986e05bcSDimitry AndricSRCS_MIN+=	Support/PrettyStackTrace.cpp
685986e05bcSDimitry AndricSRCS_MIN+=	Support/Process.cpp
686986e05bcSDimitry AndricSRCS_MIN+=	Support/Program.cpp
687986e05bcSDimitry AndricSRCS_MIN+=	Support/RWMutex.cpp
688986e05bcSDimitry AndricSRCS_MIN+=	Support/RandomNumberGenerator.cpp
689986e05bcSDimitry AndricSRCS_MIN+=	Support/Regex.cpp
690986e05bcSDimitry AndricSRCS_MIN+=	Support/SHA1.cpp
691986e05bcSDimitry AndricSRCS_MIN+=	Support/ScaledNumber.cpp
692986e05bcSDimitry AndricSRCS_MIN+=	Support/ScopedPrinter.cpp
693986e05bcSDimitry AndricSRCS_MIN+=	Support/Signals.cpp
694986e05bcSDimitry AndricSRCS_MIN+=	Support/SmallPtrSet.cpp
695986e05bcSDimitry AndricSRCS_MIN+=	Support/SmallVector.cpp
696986e05bcSDimitry AndricSRCS_MIN+=	Support/SourceMgr.cpp
697986e05bcSDimitry AndricSRCS_MIN+=	Support/SpecialCaseList.cpp
698986e05bcSDimitry AndricSRCS_MIN+=	Support/Statistic.cpp
699986e05bcSDimitry AndricSRCS_MIN+=	Support/StringExtras.cpp
700986e05bcSDimitry AndricSRCS_MIN+=	Support/StringMap.cpp
701986e05bcSDimitry AndricSRCS_MIN+=	Support/StringRef.cpp
702986e05bcSDimitry AndricSRCS_MIN+=	Support/StringSaver.cpp
703986e05bcSDimitry AndricSRCS_EXT+=	Support/SystemUtils.cpp
7041ae4f0f6SDimitry AndricSRCS_LLD+=	Support/TarWriter.cpp
705986e05bcSDimitry AndricSRCS_MIN+=	Support/TargetParser.cpp
706986e05bcSDimitry AndricSRCS_MIN+=	Support/TargetRegistry.cpp
707986e05bcSDimitry AndricSRCS_MIN+=	Support/ThreadLocal.cpp
70809bfd043SDimitry AndricSRCS_MIN+=	Support/ThreadPool.cpp
709986e05bcSDimitry AndricSRCS_MIN+=	Support/Threading.cpp
710986e05bcSDimitry AndricSRCS_MIN+=	Support/Timer.cpp
711986e05bcSDimitry AndricSRCS_MIN+=	Support/ToolOutputFile.cpp
71209bfd043SDimitry AndricSRCS_MIN+=	Support/TrigramIndex.cpp
713986e05bcSDimitry AndricSRCS_MIN+=	Support/Triple.cpp
714986e05bcSDimitry AndricSRCS_MIN+=	Support/Twine.cpp
715986e05bcSDimitry AndricSRCS_MIN+=	Support/Unicode.cpp
716986e05bcSDimitry AndricSRCS_MIN+=	Support/Valgrind.cpp
717986e05bcSDimitry AndricSRCS_MIN+=	Support/YAMLParser.cpp
718986e05bcSDimitry AndricSRCS_MIN+=	Support/YAMLTraits.cpp
719986e05bcSDimitry AndricSRCS_MIN+=	Support/circular_raw_ostream.cpp
720986e05bcSDimitry AndricSRCS_MIN+=	Support/raw_os_ostream.cpp
721986e05bcSDimitry AndricSRCS_MIN+=	Support/raw_ostream.cpp
722986e05bcSDimitry AndricSRCS_MIN+=	Support/regcomp.c
723986e05bcSDimitry AndricSRCS_MIN+=	Support/regerror.c
724986e05bcSDimitry AndricSRCS_MIN+=	Support/regexec.c
725986e05bcSDimitry AndricSRCS_MIN+=	Support/regfree.c
726986e05bcSDimitry AndricSRCS_MIN+=	Support/regstrlcpy.c
7270fc5d238SDimitry AndricSRCS_LLD+=	Support/xxhash.cpp
728986e05bcSDimitry AndricSRCS_MIN+=	TableGen/Error.cpp
729986e05bcSDimitry AndricSRCS_MIN+=	TableGen/Main.cpp
730986e05bcSDimitry AndricSRCS_MIN+=	TableGen/Record.cpp
731986e05bcSDimitry AndricSRCS_MIN+=	TableGen/SetTheory.cpp
732986e05bcSDimitry AndricSRCS_MIN+=	TableGen/StringMatcher.cpp
733986e05bcSDimitry AndricSRCS_MIN+=	TableGen/TGLexer.cpp
734986e05bcSDimitry AndricSRCS_MIN+=	TableGen/TGParser.cpp
735986e05bcSDimitry AndricSRCS_MIN+=	TableGen/TableGenBackend.cpp
736986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64A53Fix835769.cpp
737986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64A57FPLoadBalancing.cpp
738986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64AdvSIMDScalarPass.cpp
739986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64AsmPrinter.cpp
740986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
741986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64CollectLOH.cpp
742986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64ConditionOptimizer.cpp
743986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64ConditionalCompares.cpp
744986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
745986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64ExpandPseudoInsts.cpp
746986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64FastISel.cpp
747986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64FrameLowering.cpp
748986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64ISelDAGToDAG.cpp
749986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64ISelLowering.cpp
750986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64InstrInfo.cpp
751986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64LoadStoreOptimizer.cpp
752986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64MCInstLower.cpp
7535897d2f0SDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64MacroFusion.cpp
754986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64PBQPRegAlloc.cpp
755986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64PromoteConstant.cpp
756986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64RedundantCopyElimination.cpp
757986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64RegisterInfo.cpp
758986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64SelectionDAGInfo.cpp
759986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64StorePairSuppress.cpp
760986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64Subtarget.cpp
761986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64TargetMachine.cpp
762986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64TargetObjectFile.cpp
763986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64TargetTransformInfo.cpp
76409bfd043SDimitry AndricSRCS_MIN+=	Target/AArch64/AArch64VectorByElementOpt.cpp
765986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/AsmParser/AArch64AsmParser.cpp
76630d4828eSDimitry AndricSRCS_XDW+=	Target/AArch64/Disassembler/AArch64Disassembler.cpp
76730d4828eSDimitry AndricSRCS_XDW+=	Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
768986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
769986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
770986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
771986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
772986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
773986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
774986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
775986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
776986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
777986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
778986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
779986e05bcSDimitry AndricSRCS_MIN+=	Target/AArch64/Utils/AArch64BaseInfo.cpp
780986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/A15SDOptimizer.cpp
781986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMAsmPrinter.cpp
782986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMBaseInstrInfo.cpp
783986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMBaseRegisterInfo.cpp
78409bfd043SDimitry AndricSRCS_MIN+=	Target/ARM/ARMComputeBlockSize.cpp
785986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMConstantIslandPass.cpp
786986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMConstantPoolValue.cpp
787986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMExpandPseudoInsts.cpp
788986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMFastISel.cpp
789986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMFrameLowering.cpp
790986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMHazardRecognizer.cpp
791986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMISelDAGToDAG.cpp
792986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMISelLowering.cpp
793986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMInstrInfo.cpp
794986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMLoadStoreOptimizer.cpp
795986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMMCInstLower.cpp
796986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMMachineFunctionInfo.cpp
797986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMOptimizeBarriersPass.cpp
798986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMRegisterInfo.cpp
799986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMSelectionDAGInfo.cpp
800986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMSubtarget.cpp
801986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMTargetMachine.cpp
802986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMTargetObjectFile.cpp
803986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ARMTargetTransformInfo.cpp
804986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/AsmParser/ARMAsmParser.cpp
805986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Disassembler/ARMDisassembler.cpp
806986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/InstPrinter/ARMInstPrinter.cpp
807986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
808986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
809986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
810986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
811986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
812986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMCExpr.cpp
813986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
814986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
815986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
816986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
817986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
818986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
819986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
820986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/MLxExpansionPass.cpp
821986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/TargetInfo/ARMTargetInfo.cpp
822986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Thumb1FrameLowering.cpp
823986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Thumb1InstrInfo.cpp
824986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Thumb2ITBlockPass.cpp
825986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Thumb2InstrInfo.cpp
826986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/Thumb2SizeReduction.cpp
827986e05bcSDimitry AndricSRCS_MIN+=	Target/ARM/ThumbRegisterInfo.cpp
828986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/AsmParser/MipsAsmParser.cpp
82930d4828eSDimitry AndricSRCS_XDW+=	Target/Mips/Disassembler/MipsDisassembler.cpp
830986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/InstPrinter/MipsInstPrinter.cpp
831986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
832986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsABIInfo.cpp
833986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
834986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
835986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
836986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
837986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
838986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsMCExpr.cpp
839986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
840986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
841986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
842986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
843f37b6182SDimitry AndricSRCS_MIN+=	Target/Mips/MicroMipsSizeReduction.cpp
844986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16FrameLowering.cpp
845986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16HardFloat.cpp
846986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16HardFloatInfo.cpp
847986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16ISelDAGToDAG.cpp
848986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16ISelLowering.cpp
849986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16InstrInfo.cpp
850986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/Mips16RegisterInfo.cpp
851986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsAnalyzeImmediate.cpp
852986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsAsmPrinter.cpp
853986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsCCState.cpp
854986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsConstantIslandPass.cpp
855986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsDelaySlotFiller.cpp
856986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsFastISel.cpp
857986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsFrameLowering.cpp
858986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsHazardSchedule.cpp
859986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsISelDAGToDAG.cpp
860986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsISelLowering.cpp
861986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsInstrInfo.cpp
862986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsLongBranch.cpp
863986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsMCInstLower.cpp
864986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsMachineFunction.cpp
865986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsModuleISelDAGToDAG.cpp
866986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsOptimizePICCall.cpp
867986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsOs16.cpp
868986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsRegisterInfo.cpp
869986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSEFrameLowering.cpp
870986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSEISelDAGToDAG.cpp
871986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSEISelLowering.cpp
872986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSEInstrInfo.cpp
873986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSERegisterInfo.cpp
874986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsSubtarget.cpp
875986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsTargetMachine.cpp
876986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/MipsTargetObjectFile.cpp
877986e05bcSDimitry AndricSRCS_MIN+=	Target/Mips/TargetInfo/MipsTargetInfo.cpp
878986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/AsmParser/PPCAsmParser.cpp
879986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/Disassembler/PPCDisassembler.cpp
880986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
881986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
882986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
883986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
884986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
885986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
886986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
887986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
888986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
889986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCAsmPrinter.cpp
890986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCBoolRetToInt.cpp
891986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCBranchSelector.cpp
892986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCCCState.cpp
893986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCCTRLoops.cpp
894986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCEarlyReturn.cpp
8955897d2f0SDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCExpandISEL.cpp
896986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCFastISel.cpp
897986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCFrameLowering.cpp
898986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCHazardRecognizers.cpp
899986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCISelDAGToDAG.cpp
900986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCISelLowering.cpp
901986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCInstrInfo.cpp
902986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCLoopPreIncPrep.cpp
903986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCMCInstLower.cpp
904986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCMIPeephole.cpp
905986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCMachineFunctionInfo.cpp
906986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCQPXLoadSplat.cpp
907986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCRegisterInfo.cpp
908986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCSubtarget.cpp
909986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCTLSDynamicCall.cpp
910986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCTOCRegDeps.cpp
911986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCTargetMachine.cpp
912986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCTargetObjectFile.cpp
913986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCTargetTransformInfo.cpp
914986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCVSXCopy.cpp
915986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCVSXFMAMutate.cpp
916986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/PPCVSXSwapRemoval.cpp
917986e05bcSDimitry AndricSRCS_MIN+=	Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
918986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/AsmParser/SparcAsmParser.cpp
919986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/DelaySlotFiller.cpp
92030d4828eSDimitry AndricSRCS_XDW+=	Target/Sparc/Disassembler/SparcDisassembler.cpp
921986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/InstPrinter/SparcInstPrinter.cpp
922986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/LeonPasses.cpp
923986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
924986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
925986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
926986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
927986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
928986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
929986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
930986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcAsmPrinter.cpp
931986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcFrameLowering.cpp
932986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcISelDAGToDAG.cpp
933986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcISelLowering.cpp
934986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcInstrInfo.cpp
935986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcMCInstLower.cpp
936986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcMachineFunctionInfo.cpp
937986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcRegisterInfo.cpp
938986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcSubtarget.cpp
939986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcTargetMachine.cpp
940986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/SparcTargetObjectFile.cpp
941986e05bcSDimitry AndricSRCS_MIN+=	Target/Sparc/TargetInfo/SparcTargetInfo.cpp
942986e05bcSDimitry AndricSRCS_MIN+=	Target/Target.cpp
94309bfd043SDimitry AndricSRCS_MIN+=	Target/TargetIntrinsicInfo.cpp
944986e05bcSDimitry AndricSRCS_MIN+=	Target/TargetLoweringObjectFile.cpp
945986e05bcSDimitry AndricSRCS_MIN+=	Target/TargetMachine.cpp
946986e05bcSDimitry AndricSRCS_MIN+=	Target/TargetMachineC.cpp
947986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/AsmParser/X86AsmInstrumentation.cpp
948986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/AsmParser/X86AsmParser.cpp
94930d4828eSDimitry AndricSRCS_XDW+=	Target/X86/Disassembler/X86Disassembler.cpp
95030d4828eSDimitry AndricSRCS_XDW+=	Target/X86/Disassembler/X86DisassemblerDecoder.cpp
951986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/InstPrinter/X86ATTInstPrinter.cpp
952986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/InstPrinter/X86InstComments.cpp
953986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/InstPrinter/X86IntelInstPrinter.cpp
954986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86AsmBackend.cpp
955986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
956986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
957986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
958986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
959986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
960986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
961986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
962986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/TargetInfo/X86TargetInfo.cpp
963986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/Utils/X86ShuffleDecode.cpp
964986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86AsmPrinter.cpp
965986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86CallFrameOptimization.cpp
96609bfd043SDimitry AndricSRCS_MIN+=	Target/X86/X86CallingConv.cpp
96709bfd043SDimitry AndricSRCS_MIN+=	Target/X86/X86EvexToVex.cpp
968986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86ExpandPseudo.cpp
969986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FastISel.cpp
970986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FixupBWInsts.cpp
971986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FixupLEAs.cpp
972986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FixupSetCC.cpp
973986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FloatingPoint.cpp
974986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86FrameLowering.cpp
975986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86ISelDAGToDAG.cpp
976986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86ISelLowering.cpp
97709bfd043SDimitry AndricSRCS_MIN+=	Target/X86/X86InstrFMA3Info.cpp
978986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86InstrInfo.cpp
97909bfd043SDimitry AndricSRCS_MIN+=	Target/X86/X86InterleavedAccess.cpp
980986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86MCInstLower.cpp
981986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86MachineFunctionInfo.cpp
9825897d2f0SDimitry AndricSRCS_MIN+=	Target/X86/X86MacroFusion.cpp
983986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86OptimizeLEAs.cpp
984986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86PadShortFunction.cpp
985986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86RegisterInfo.cpp
986986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86SelectionDAGInfo.cpp
987986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86ShuffleDecodeConstantPool.cpp
988986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86Subtarget.cpp
989986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86TargetMachine.cpp
990986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86TargetObjectFile.cpp
991986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86TargetTransformInfo.cpp
992986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86VZeroUpper.cpp
993986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86WinAllocaExpander.cpp
994986e05bcSDimitry AndricSRCS_MIN+=	Target/X86/X86WinEHState.cpp
995*5517e702SDimitry AndricSRCS_EXL+=	ToolDrivers/llvm-lib/LibDriver.cpp
99609bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/CoroCleanup.cpp
99709bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/CoroEarly.cpp
99809bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/CoroElide.cpp
99909bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/CoroFrame.cpp
100009bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/CoroSplit.cpp
100109bfd043SDimitry AndricSRCS_MIN+=	Transforms/Coroutines/Coroutines.cpp
100209bfd043SDimitry AndricSRCS_MIN+=	Transforms/IPO/AlwaysInliner.cpp
1003986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/ArgumentPromotion.cpp
1004986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/BarrierNoopPass.cpp
1005986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/ConstantMerge.cpp
1006986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/CrossDSOCFI.cpp
1007986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/DeadArgumentElimination.cpp
1008986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/ElimAvailExtern.cpp
1009986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/ExtractGV.cpp
1010986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/ForceFunctionAttrs.cpp
1011986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/FunctionAttrs.cpp
1012986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/FunctionImport.cpp
1013986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/GlobalDCE.cpp
1014986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/GlobalOpt.cpp
101509bfd043SDimitry AndricSRCS_MIN+=	Transforms/IPO/GlobalSplit.cpp
1016986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/IPConstantPropagation.cpp
1017986e05bcSDimitry AndricSRCS_EXT+=	Transforms/IPO/IPO.cpp
1018986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/InferFunctionAttrs.cpp
1019986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/InlineSimple.cpp
1020986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/Inliner.cpp
1021986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/Internalize.cpp
1022986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/LoopExtractor.cpp
1023986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/LowerTypeTests.cpp
1024986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/MergeFunctions.cpp
1025986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/PartialInlining.cpp
1026986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/PassManagerBuilder.cpp
1027986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/PruneEH.cpp
1028986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/SampleProfile.cpp
1029986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/StripDeadPrototypes.cpp
1030986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/StripSymbols.cpp
103109bfd043SDimitry AndricSRCS_MIN+=	Transforms/IPO/ThinLTOBitcodeWriter.cpp
1032986e05bcSDimitry AndricSRCS_MIN+=	Transforms/IPO/WholeProgramDevirt.cpp
1033986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineAddSub.cpp
1034986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineAndOrXor.cpp
1035986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineCalls.cpp
1036986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineCasts.cpp
1037986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineCompares.cpp
1038986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
1039986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineMulDivRem.cpp
1040986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombinePHI.cpp
1041986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineSelect.cpp
1042986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineShifts.cpp
1043986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
1044986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstCombineVectorOps.cpp
1045986e05bcSDimitry AndricSRCS_MIN+=	Transforms/InstCombine/InstructionCombining.cpp
1046986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/AddressSanitizer.cpp
1047986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/BoundsChecking.cpp
1048986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/DataFlowSanitizer.cpp
1049986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/EfficiencySanitizer.cpp
1050986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/GCOVProfiling.cpp
1051986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/IndirectCallPromotion.cpp
1052986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/InstrProfiling.cpp
1053986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/Instrumentation.cpp
1054986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/MemorySanitizer.cpp
1055986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/PGOInstrumentation.cpp
1056986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/SanitizerCoverage.cpp
1057986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Instrumentation/ThreadSanitizer.cpp
1058986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/DependencyAnalysis.cpp
1059986e05bcSDimitry AndricSRCS_EXT+=	Transforms/ObjCARC/ObjCARC.cpp
1060986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ObjCARCAPElim.cpp
1061986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ObjCARCContract.cpp
1062986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ObjCARCExpand.cpp
1063986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ObjCARCOpts.cpp
1064986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ProvenanceAnalysis.cpp
1065986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
1066986e05bcSDimitry AndricSRCS_MIN+=	Transforms/ObjCARC/PtrState.cpp
1067986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/ADCE.cpp
1068986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/AlignmentFromAssumptions.cpp
1069986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/BDCE.cpp
1070986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/ConstantHoisting.cpp
1071986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/ConstantProp.cpp
1072986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/CorrelatedValuePropagation.cpp
1073986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/DCE.cpp
1074986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/DeadStoreElimination.cpp
1075986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/EarlyCSE.cpp
1076986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/FlattenCFGPass.cpp
1077986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/Float2Int.cpp
1078986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/GVN.cpp
1079986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/GVNHoist.cpp
1080986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/GuardWidening.cpp
1081f1a29dd3SDimitry AndricSRCS_MIN+=	Transforms/Scalar/IVUsersPrinter.cpp
1082986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/IndVarSimplify.cpp
1083986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/InductiveRangeCheckElimination.cpp
1084050e2df1SDimitry AndricSRCS_EXT+=	Transforms/Scalar/InferAddressSpaces.cpp
1085986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/JumpThreading.cpp
1086986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LICM.cpp
1087986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoadCombine.cpp
1088f1a29dd3SDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopAccessAnalysisPrinter.cpp
1089986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopDataPrefetch.cpp
1090986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopDeletion.cpp
1091986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopDistribute.cpp
1092986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopIdiomRecognize.cpp
109309bfd043SDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopInstSimplify.cpp
1094986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopInterchange.cpp
1095986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopLoadElimination.cpp
1096f1a29dd3SDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopPassManager.cpp
10975897d2f0SDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopPredication.cpp
1098986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopRerollPass.cpp
1099986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopRotation.cpp
1100986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopSimplifyCFG.cpp
110109bfd043SDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopSink.cpp
1102986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopStrengthReduce.cpp
1103986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopUnrollPass.cpp
1104986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopUnswitch.cpp
1105986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LoopVersioningLICM.cpp
1106986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LowerAtomic.cpp
1107986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LowerExpectIntrinsic.cpp
1108986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/LowerGuardIntrinsic.cpp
1109986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/MemCpyOptimizer.cpp
1110986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/MergedLoadStoreMotion.cpp
1111986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/NaryReassociate.cpp
111209bfd043SDimitry AndricSRCS_MIN+=	Transforms/Scalar/NewGVN.cpp
1113986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/PartiallyInlineLibCalls.cpp
1114986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/PlaceSafepoints.cpp
1115986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/Reassociate.cpp
1116986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/Reg2Mem.cpp
1117986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/RewriteStatepointsForGC.cpp
1118986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/SCCP.cpp
1119986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/SROA.cpp
1120986e05bcSDimitry AndricSRCS_EXT+=	Transforms/Scalar/Scalar.cpp
1121986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/Scalarizer.cpp
1122986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
1123f37b6182SDimitry AndricSRCS_MIN+=	Transforms/Scalar/SimpleLoopUnswitch.cpp
1124986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/SimplifyCFGPass.cpp
1125986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/Sink.cpp
1126986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/SpeculativeExecution.cpp
1127986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/StraightLineStrengthReduce.cpp
1128986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/StructurizeCFG.cpp
1129986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Scalar/TailRecursionElimination.cpp
1130986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/ASanStackFrameLayout.cpp
1131986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/AddDiscriminators.cpp
1132986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/BasicBlockUtils.cpp
1133986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/BreakCriticalEdges.cpp
1134986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/BuildLibCalls.cpp
1135986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/BypassSlowDivision.cpp
1136986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/CloneFunction.cpp
1137986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/CloneModule.cpp
1138986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/CmpInstAnalysis.cpp
1139986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/CodeExtractor.cpp
1140986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/CtorUtils.cpp
1141986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/DemoteRegToStack.cpp
114209bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/EscapeEnumerator.cpp
1143986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/Evaluator.cpp
1144986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/FlattenCFG.cpp
114509bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/FunctionComparator.cpp
1146986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/FunctionImportUtils.cpp
1147986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/GlobalStatus.cpp
114809bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
1149986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/InlineFunction.cpp
1150986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/InstructionNamer.cpp
1151986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/IntegerDivision.cpp
1152986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LCSSA.cpp
115309bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/LibCallsShrinkWrap.cpp
1154986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/Local.cpp
1155986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopSimplify.cpp
1156986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopUnroll.cpp
115709bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopUnrollPeel.cpp
1158986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopUnrollRuntime.cpp
1159986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopUtils.cpp
1160986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LoopVersioning.cpp
1161986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LowerInvoke.cpp
1162986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/LowerSwitch.cpp
1163986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/Mem2Reg.cpp
1164986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/MetaRenamer.cpp
1165986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/ModuleUtils.cpp
116609bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/NameAnonGlobals.cpp
11675897d2f0SDimitry AndricSRCS_MIN+=	Transforms/Utils/PredicateInfo.cpp
1168986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/PromoteMemoryToRegister.cpp
1169986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SSAUpdater.cpp
1170986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SanitizerStats.cpp
1171986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SimplifyCFG.cpp
1172986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SimplifyIndVar.cpp
1173986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SimplifyInstructions.cpp
1174986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SimplifyLibCalls.cpp
1175986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SplitModule.cpp
117609bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/StripGCRelocates.cpp
117709bfd043SDimitry AndricSRCS_MIN+=	Transforms/Utils/StripNonLineTableDebugInfo.cpp
1178986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/SymbolRewriter.cpp
1179986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/UnifyFunctionExitNodes.cpp
1180986e05bcSDimitry AndricSRCS_EXT+=	Transforms/Utils/Utils.cpp
11815897d2f0SDimitry AndricSRCS_MIN+=	Transforms/Utils/VNCoercion.cpp
1182986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Utils/ValueMapper.cpp
1183986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Vectorize/BBVectorize.cpp
1184986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Vectorize/LoadStoreVectorizer.cpp
1185986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Vectorize/LoopVectorize.cpp
1186986e05bcSDimitry AndricSRCS_MIN+=	Transforms/Vectorize/SLPVectorizer.cpp
1187986e05bcSDimitry AndricSRCS_EXT+=	Transforms/Vectorize/Vectorize.cpp
1188050e2df1SDimitry AndricSRCS_EXT+=	XRay/InstrumentationMap.cpp
1189986e05bcSDimitry Andric
1190986e05bcSDimitry AndricSRCS_ALL+=	${SRCS_MIN}
1191ca4fe588SEd Maste.if !defined(TOOLS_PREFIX) || ${MK_LLD_IS_LD} != "no"
119230d4828eSDimitry AndricSRCS_ALL+=	${SRCS_MIW}
119330d4828eSDimitry Andric.endif
1194986e05bcSDimitry Andric.if ${MK_CLANG_EXTRAS} != "no"
1195986e05bcSDimitry AndricSRCS_ALL+=	${SRCS_EXT}
1196986e05bcSDimitry Andric.endif
1197986e05bcSDimitry Andric.if ${MK_CLANG_FULL} != "no"
1198986e05bcSDimitry AndricSRCS_ALL+=	${SRCS_FUL}
1199986e05bcSDimitry Andric.endif
120075bc38b9SEd Maste.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLD} != "no"
120175bc38b9SEd MasteSRCS_ALL+=	${SRCS_EXL}
120275bc38b9SEd Maste.endif
12030fc5d238SDimitry Andric.if ${MK_LLD} != "no"
12040fc5d238SDimitry AndricSRCS_ALL+=	${SRCS_LLD}
12050fc5d238SDimitry Andric.endif
1206986e05bcSDimitry Andric.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
1207986e05bcSDimitry AndricSRCS_ALL+=	${SRCS_XDB}
1208986e05bcSDimitry Andric.endif
120975bc38b9SEd Maste.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" || ${MK_LLD} != "no"
121075bc38b9SEd MasteSRCS_ALL+=	${SRCS_XDL}
121175bc38b9SEd Maste.endif
121230d4828eSDimitry Andric.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no" || !defined(TOOLS_PREFIX)
121330d4828eSDimitry AndricSRCS_ALL+=	${SRCS_XDW}
121430d4828eSDimitry Andric.endif
1215986e05bcSDimitry AndricSRCS+=		${SRCS_ALL:O}
1216986e05bcSDimitry Andric
121709bfd043SDimitry Andricllvm/IR/Attributes.gen: ${LLVM_SRCS}/include/llvm/IR/Attributes.td
1218986e05bcSDimitry Andric	${LLVM_TBLGEN} -gen-attrs \
1219050e2df1SDimitry Andric	    -I ${LLVM_SRCS}/include -d ${.TARGET}.d -o ${.TARGET} \
1220986e05bcSDimitry Andric	    ${LLVM_SRCS}/include/llvm/IR/Attributes.td
122109bfd043SDimitry AndricTGHDRS+=	llvm/IR/Attributes.gen
1222986e05bcSDimitry Andric
1223986e05bcSDimitry Andricllvm/IR/Intrinsics.gen: ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td
1224986e05bcSDimitry Andric	${LLVM_TBLGEN} -gen-intrinsic \
1225050e2df1SDimitry Andric	    -I ${LLVM_SRCS}/include -d ${.TARGET}.d -o ${.TARGET} \
1226986e05bcSDimitry Andric	    ${LLVM_SRCS}/include/llvm/IR/Intrinsics.td
1227986e05bcSDimitry AndricTGHDRS+=	llvm/IR/Intrinsics.gen
1228986e05bcSDimitry Andric
1229986e05bcSDimitry AndricAttributesCompatFunc.inc: ${LLVM_SRCS}/lib/IR/AttributesCompatFunc.td
1230986e05bcSDimitry Andric	${LLVM_TBLGEN} -gen-attrs \
1231050e2df1SDimitry Andric	    -I ${LLVM_SRCS}/include -d ${.TARGET}.d -o ${.TARGET} \
1232986e05bcSDimitry Andric	    ${LLVM_SRCS}/lib/IR/AttributesCompatFunc.td
1233986e05bcSDimitry AndricTGHDRS+=	AttributesCompatFunc.inc
1234986e05bcSDimitry Andric
1235*5517e702SDimitry AndricOptions.inc: ${LLVM_SRCS}/lib/ToolDrivers/llvm-lib/Options.td
1236986e05bcSDimitry Andric	${LLVM_TBLGEN} -gen-opt-parser-defs \
1237050e2df1SDimitry Andric	    -I ${LLVM_SRCS}/include -d ${.TARGET}.d -o ${.TARGET} \
1238*5517e702SDimitry Andric	    ${LLVM_SRCS}/lib/ToolDrivers/llvm-lib/Options.td
1239986e05bcSDimitry AndricTGHDRS+=	Options.inc
1240986e05bcSDimitry Andric
1241986e05bcSDimitry Andric# Note: some rules are superfluous, not every combination is valid.
1242986e05bcSDimitry Andric.for arch in \
1243986e05bcSDimitry Andric	AArch64/AArch64 ARM/ARM Mips/Mips PowerPC/PPC Sparc/Sparc X86/X86
1244986e05bcSDimitry Andric. for hdr in \
1245986e05bcSDimitry Andric	AsmMatcher/-gen-asm-matcher \
1246986e05bcSDimitry Andric	AsmWriter1/-gen-asm-writer,-asmwriternum=1 \
1247986e05bcSDimitry Andric	AsmWriter/-gen-asm-writer \
1248986e05bcSDimitry Andric	CallingConv/-gen-callingconv \
1249986e05bcSDimitry Andric	CodeEmitter/-gen-emitter \
1250986e05bcSDimitry Andric	DAGISel/-gen-dag-isel \
1251986e05bcSDimitry Andric	DisassemblerTables/-gen-disassembler \
12525897d2f0SDimitry Andric	EVEX2VEXTables/-gen-x86-EVEX2VEX-tables \
1253986e05bcSDimitry Andric	FastISel/-gen-fast-isel \
1254986e05bcSDimitry Andric	InstrInfo/-gen-instr-info \
1255986e05bcSDimitry Andric	MCCodeEmitter/-gen-emitter \
1256986e05bcSDimitry Andric	MCPseudoLowering/-gen-pseudo-lowering \
12575897d2f0SDimitry Andric	RegisterBank/-gen-register-bank \
1258986e05bcSDimitry Andric	RegisterInfo/-gen-register-info \
1259986e05bcSDimitry Andric	SubtargetInfo/-gen-subtarget \
1260986e05bcSDimitry Andric	SystemOperands/-gen-searchable-tables
1261986e05bcSDimitry Andric${arch:T}Gen${hdr:H}.inc: ${LLVM_SRCS}/lib/Target/${arch:H}/${arch:T}.td
1262986e05bcSDimitry Andric	${LLVM_TBLGEN} ${hdr:T:C/,/ /g} \
1263986e05bcSDimitry Andric	    -I ${LLVM_SRCS}/include -I ${LLVM_SRCS}/lib/Target/${arch:H} \
1264050e2df1SDimitry Andric	    -d ${.TARGET}.d -o ${.TARGET} \
1265986e05bcSDimitry Andric	    ${LLVM_SRCS}/lib/Target/${arch:H}/${arch:T}.td
1266986e05bcSDimitry Andric. endfor
1267986e05bcSDimitry Andric.endfor
1268986e05bcSDimitry AndricTGHDRS+=	AArch64GenAsmMatcher.inc
1269986e05bcSDimitry AndricTGHDRS+=	AArch64GenAsmWriter.inc
1270986e05bcSDimitry AndricTGHDRS+=	AArch64GenAsmWriter1.inc
1271986e05bcSDimitry AndricTGHDRS+=	AArch64GenCallingConv.inc
1272986e05bcSDimitry AndricTGHDRS+=	AArch64GenDAGISel.inc
1273986e05bcSDimitry AndricTGHDRS+=	AArch64GenDisassemblerTables.inc
1274986e05bcSDimitry AndricTGHDRS+=	AArch64GenFastISel.inc
1275986e05bcSDimitry AndricTGHDRS+=	AArch64GenInstrInfo.inc
1276986e05bcSDimitry AndricTGHDRS+=	AArch64GenMCCodeEmitter.inc
1277986e05bcSDimitry AndricTGHDRS+=	AArch64GenMCPseudoLowering.inc
12785897d2f0SDimitry AndricTGHDRS+=	AArch64GenRegisterBank.inc
1279986e05bcSDimitry AndricTGHDRS+=	AArch64GenRegisterInfo.inc
1280986e05bcSDimitry AndricTGHDRS+=	AArch64GenSubtargetInfo.inc
1281986e05bcSDimitry AndricTGHDRS+=	AArch64GenSystemOperands.inc
1282986e05bcSDimitry AndricTGHDRS+=	ARMGenAsmMatcher.inc
1283986e05bcSDimitry AndricTGHDRS+=	ARMGenAsmWriter.inc
1284986e05bcSDimitry AndricTGHDRS+=	ARMGenCallingConv.inc
1285986e05bcSDimitry AndricTGHDRS+=	ARMGenDAGISel.inc
1286986e05bcSDimitry AndricTGHDRS+=	ARMGenDisassemblerTables.inc
1287986e05bcSDimitry AndricTGHDRS+=	ARMGenFastISel.inc
1288986e05bcSDimitry AndricTGHDRS+=	ARMGenInstrInfo.inc
1289986e05bcSDimitry AndricTGHDRS+=	ARMGenMCCodeEmitter.inc
1290986e05bcSDimitry AndricTGHDRS+=	ARMGenMCPseudoLowering.inc
12915897d2f0SDimitry AndricTGHDRS+=	ARMGenRegisterBank.inc
1292986e05bcSDimitry AndricTGHDRS+=	ARMGenRegisterInfo.inc
1293986e05bcSDimitry AndricTGHDRS+=	ARMGenSubtargetInfo.inc
1294986e05bcSDimitry AndricTGHDRS+=	MipsGenAsmMatcher.inc
1295986e05bcSDimitry AndricTGHDRS+=	MipsGenAsmWriter.inc
1296986e05bcSDimitry AndricTGHDRS+=	MipsGenCallingConv.inc
1297986e05bcSDimitry AndricTGHDRS+=	MipsGenDAGISel.inc
1298986e05bcSDimitry AndricTGHDRS+=	MipsGenDisassemblerTables.inc
1299986e05bcSDimitry AndricTGHDRS+=	MipsGenFastISel.inc
1300986e05bcSDimitry AndricTGHDRS+=	MipsGenInstrInfo.inc
1301986e05bcSDimitry AndricTGHDRS+=	MipsGenMCCodeEmitter.inc
1302986e05bcSDimitry AndricTGHDRS+=	MipsGenMCPseudoLowering.inc
1303986e05bcSDimitry AndricTGHDRS+=	MipsGenRegisterInfo.inc
1304986e05bcSDimitry AndricTGHDRS+=	MipsGenSubtargetInfo.inc
1305986e05bcSDimitry AndricTGHDRS+=	PPCGenAsmMatcher.inc
1306986e05bcSDimitry AndricTGHDRS+=	PPCGenAsmWriter.inc
1307986e05bcSDimitry AndricTGHDRS+=	PPCGenCallingConv.inc
1308986e05bcSDimitry AndricTGHDRS+=	PPCGenDAGISel.inc
1309986e05bcSDimitry AndricTGHDRS+=	PPCGenDisassemblerTables.inc
1310986e05bcSDimitry AndricTGHDRS+=	PPCGenFastISel.inc
1311986e05bcSDimitry AndricTGHDRS+=	PPCGenInstrInfo.inc
1312986e05bcSDimitry AndricTGHDRS+=	PPCGenMCCodeEmitter.inc
1313986e05bcSDimitry AndricTGHDRS+=	PPCGenRegisterInfo.inc
1314986e05bcSDimitry AndricTGHDRS+=	PPCGenSubtargetInfo.inc
1315986e05bcSDimitry AndricTGHDRS+=	SparcGenAsmMatcher.inc
1316986e05bcSDimitry AndricTGHDRS+=	SparcGenAsmWriter.inc
1317986e05bcSDimitry AndricTGHDRS+=	SparcGenCallingConv.inc
1318986e05bcSDimitry AndricTGHDRS+=	SparcGenDAGISel.inc
1319986e05bcSDimitry AndricTGHDRS+=	SparcGenDisassemblerTables.inc
1320986e05bcSDimitry AndricTGHDRS+=	SparcGenInstrInfo.inc
1321986e05bcSDimitry AndricTGHDRS+=	SparcGenMCCodeEmitter.inc
1322986e05bcSDimitry AndricTGHDRS+=	SparcGenRegisterInfo.inc
1323986e05bcSDimitry AndricTGHDRS+=	SparcGenSubtargetInfo.inc
1324986e05bcSDimitry AndricTGHDRS+=	X86GenAsmMatcher.inc
1325986e05bcSDimitry AndricTGHDRS+=	X86GenAsmWriter.inc
1326986e05bcSDimitry AndricTGHDRS+=	X86GenAsmWriter1.inc
1327986e05bcSDimitry AndricTGHDRS+=	X86GenCallingConv.inc
1328986e05bcSDimitry AndricTGHDRS+=	X86GenDAGISel.inc
1329986e05bcSDimitry AndricTGHDRS+=	X86GenDisassemblerTables.inc
13305897d2f0SDimitry AndricTGHDRS+=	X86GenEVEX2VEXTables.inc
1331986e05bcSDimitry AndricTGHDRS+=	X86GenFastISel.inc
1332986e05bcSDimitry AndricTGHDRS+=	X86GenInstrInfo.inc
13335897d2f0SDimitry AndricTGHDRS+=	X86GenRegisterBank.inc
1334986e05bcSDimitry AndricTGHDRS+=	X86GenRegisterInfo.inc
1335986e05bcSDimitry AndricTGHDRS+=	X86GenSubtargetInfo.inc
1336986e05bcSDimitry Andric
1337986e05bcSDimitry Andric.for dep in ${TGHDRS:C/$/.d/}
1338986e05bcSDimitry Andric. if ${MAKE_VERSION} < 20160220
1339986e05bcSDimitry Andric.  if !make(depend)
1340986e05bcSDimitry Andric.   sinclude "${dep}"
1341986e05bcSDimitry Andric.  endif
1342986e05bcSDimitry Andric. else
1343986e05bcSDimitry Andric.   dinclude "${dep}"
1344986e05bcSDimitry Andric. endif
1345986e05bcSDimitry Andric.endfor
1346986e05bcSDimitry Andric
1347986e05bcSDimitry AndricDPSRCS+=	${TGHDRS}
1348986e05bcSDimitry AndricCLEANFILES+=	${TGHDRS} ${TGHDRS:C/$/.d/}
1349986e05bcSDimitry Andric
1350986e05bcSDimitry Andric.include "../llvm.build.mk"
1351986e05bcSDimitry Andric.include <bsd.lib.mk>
1352