git: 61cfbce3347e - main - Merge llvm-project release/15.x llvmorg-15.0.0-rc2-40-gfbd2950d8d0d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 19:07:33 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=61cfbce3347e4372143bcabf7b197577b9f3958a
commit 61cfbce3347e4372143bcabf7b197577b9f3958a
Merge: 972a253a57b6 677727e8296a
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2022-08-13 15:37:04 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-02-08 19:04:56 +0000
Merge llvm-project release/15.x llvmorg-15.0.0-rc2-40-gfbd2950d8d0d
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-15.0.0-rc2-40-gfbd2950d8d0d.
PR: 265425
MFC after: 2 weeks
.../clang/include/clang/AST/DeclTemplate.h | 8 +-
.../clang/include/clang/Basic/Module.h | 5 +
.../llvm-project/clang/include/clang/Sema/Sema.h | 2 +
.../clang/include/clang/Serialization/ASTReader.h | 3 +-
contrib/llvm-project/clang/lib/AST/APValue.cpp | 8 +-
.../llvm-project/clang/lib/Basic/Targets/X86.cpp | 2 +
contrib/llvm-project/clang/lib/Basic/Targets/X86.h | 4 +
.../llvm-project/clang/lib/CodeGen/CGDeclCXX.cpp | 8 +-
contrib/llvm-project/clang/lib/CodeGen/CGStmt.cpp | 15 +
.../clang/lib/CodeGen/CodeGenModule.cpp | 10 +-
.../llvm-project/clang/lib/CodeGen/TargetInfo.cpp | 13 +-
.../clang/lib/Driver/ToolChains/Arch/Sparc.cpp | 25 +
.../clang/lib/Driver/ToolChains/Arch/Sparc.h | 3 +
.../clang/lib/Driver/ToolChains/Clang.cpp | 21 +-
.../clang/lib/Driver/ToolChains/CommonArgs.cpp | 11 +-
.../clang/lib/Driver/ToolChains/Gnu.cpp | 10 +
.../clang/lib/Frontend/FrontendAction.cpp | 2 +-
contrib/llvm-project/clang/lib/Sema/SemaDecl.cpp | 76 ++-
.../llvm-project/clang/lib/Sema/SemaOverload.cpp | 5 +-
.../llvm-project/clang/lib/Sema/SemaTemplate.cpp | 8 +-
.../clang/lib/Serialization/ASTReader.cpp | 89 ++--
.../compiler-rt/lib/builtins/fp_trunc.h | 2 +-
.../compiler-rt/lib/builtins/int_types.h | 2 +-
.../lib/sanitizer_common/sanitizer_platform.h | 2 +-
.../libcxx/include/__algorithm/adjacent_find.h | 32 +-
.../libcxx/include/__algorithm/clamp.h | 4 +-
.../llvm-project/libcxx/include/__algorithm/copy.h | 10 +-
.../libcxx/include/__algorithm/copy_backward.h | 6 +-
.../llvm-project/libcxx/include/__algorithm/fill.h | 2 +
.../libcxx/include/__algorithm/fill_n.h | 2 +
.../libcxx/include/__algorithm/find_first_of.h | 3 +-
.../libcxx/include/__algorithm/inplace_merge.h | 91 ++--
.../libcxx/include/__algorithm/is_permutation.h | 259 ++++++----
.../include/__algorithm/iterator_operations.h | 83 ++-
.../libcxx/include/__algorithm/make_heap.h | 4 +-
.../libcxx/include/__algorithm/make_projected.h | 98 ++--
.../llvm-project/libcxx/include/__algorithm/move.h | 26 +-
.../libcxx/include/__algorithm/move_backward.h | 38 +-
.../libcxx/include/__algorithm/next_permutation.h | 36 +-
.../libcxx/include/__algorithm/partial_sort.h | 10 +-
.../libcxx/include/__algorithm/partial_sort_copy.h | 42 +-
.../libcxx/include/__algorithm/pop_heap.h | 4 +-
.../libcxx/include/__algorithm/prev_permutation.h | 36 +-
.../libcxx/include/__algorithm/push_heap.h | 2 +-
.../libcxx/include/__algorithm/ranges_clamp.h | 65 +++
.../include/__algorithm/ranges_inplace_merge.h | 52 +-
.../libcxx/include/__algorithm/ranges_is_heap.h | 2 +-
.../include/__algorithm/ranges_is_heap_until.h | 2 +-
.../include/__algorithm/ranges_is_permutation.h | 89 ++++
.../libcxx/include/__algorithm/ranges_make_heap.h | 2 +-
.../libcxx/include/__algorithm/ranges_move.h | 15 +-
.../include/__algorithm/ranges_move_backward.h | 5 +-
.../include/__algorithm/ranges_next_permutation.h | 72 +++
.../include/__algorithm/ranges_nth_element.h | 2 +-
.../include/__algorithm/ranges_partial_sort.h | 2 +-
.../include/__algorithm/ranges_partial_sort_copy.h | 19 +-
.../libcxx/include/__algorithm/ranges_partition.h | 2 +-
.../libcxx/include/__algorithm/ranges_pop_heap.h | 2 +-
.../include/__algorithm/ranges_prev_permutation.h | 76 +++
.../libcxx/include/__algorithm/ranges_push_heap.h | 2 +-
.../include/__algorithm/ranges_remove_copy.h | 55 +-
.../include/__algorithm/ranges_remove_copy_if.h | 58 ++-
.../include/__algorithm/ranges_replace_copy.h | 69 +--
.../include/__algorithm/ranges_replace_copy_if.h | 72 +--
.../libcxx/include/__algorithm/ranges_rotate.h | 71 +++
.../libcxx/include/__algorithm/ranges_sample.h | 74 +++
.../libcxx/include/__algorithm/ranges_shuffle.h | 34 +-
.../libcxx/include/__algorithm/ranges_sort.h | 2 +-
.../libcxx/include/__algorithm/ranges_sort_heap.h | 2 +-
.../include/__algorithm/ranges_stable_partition.h | 2 +-
.../include/__algorithm/ranges_stable_sort.h | 2 +-
.../include/__algorithm/ranges_swap_ranges.h | 11 +-
.../libcxx/include/__algorithm/ranges_unique.h | 46 +-
.../include/__algorithm/ranges_unique_copy.h | 73 ++-
.../libcxx/include/__algorithm/reverse.h | 23 +-
.../libcxx/include/__algorithm/rotate.h | 57 ++-
.../libcxx/include/__algorithm/sample.h | 48 +-
.../libcxx/include/__algorithm/sift_down.h | 4 +-
.../libcxx/include/__algorithm/sort_heap.h | 4 +-
.../libcxx/include/__algorithm/stable_partition.h | 4 +-
.../libcxx/include/__algorithm/stable_sort.h | 2 +-
.../libcxx/include/__algorithm/swap_ranges.h | 37 +-
.../uniform_random_bit_generator_adaptor.h | 62 +++
.../libcxx/include/__algorithm/unique.h | 48 +-
.../libcxx/include/__algorithm/unique_copy.h | 147 +++---
.../libcxx/include/__algorithm/unwrap_range.h | 97 ++++
contrib/llvm-project/libcxx/include/__assert | 11 +-
contrib/llvm-project/libcxx/include/__availability | 41 +-
.../llvm-project/libcxx/include/__bit_reference | 243 +++++----
.../include/__iterator/incrementable_traits.h | 1 +
.../libcxx/include/__iterator/iterator_traits.h | 7 +
.../libcxx/include/__iterator/reverse_iterator.h | 14 +-
.../libcxx/include/__memory/construct_at.h | 3 +-
.../libcxx/include/__memory/pointer_traits.h | 28 +-
.../include/__memory/uninitialized_algorithms.h | 7 +-
.../llvm-project/libcxx/include/__ranges/size.h | 1 +
contrib/llvm-project/libcxx/include/__split_buffer | 134 +++--
.../llvm-project/libcxx/include/__verbose_abort | 51 ++
contrib/llvm-project/libcxx/include/algorithm | 219 +++++++-
contrib/llvm-project/libcxx/include/format | 101 ++--
contrib/llvm-project/libcxx/include/memory | 26 +-
.../libcxx/include/module.modulemap.in | 16 +-
contrib/llvm-project/libcxx/include/vector | 557 ++++++++++++---------
contrib/llvm-project/libcxx/include/version | 8 +-
.../libcxx/src/include/sso_allocator.h | 5 +
.../libcxx/src/{assert.cpp => verbose_abort.cpp} | 22 +-
contrib/llvm-project/lld/COFF/Driver.cpp | 17 +-
contrib/llvm-project/lld/COFF/Driver.h | 4 +-
contrib/llvm-project/lld/COFF/DriverUtils.cpp | 3 +
contrib/llvm-project/lld/COFF/MinGW.cpp | 10 +-
contrib/llvm-project/lld/COFF/MinGW.h | 6 +-
contrib/llvm-project/lld/COFF/Options.td | 2 +
contrib/llvm-project/lld/COFF/PDB.cpp | 4 +
contrib/llvm-project/lld/ELF/Arch/AArch64.cpp | 4 +-
contrib/llvm-project/lld/ELF/Config.h | 1 +
contrib/llvm-project/lld/ELF/Driver.cpp | 6 +-
contrib/llvm-project/lld/ELF/Options.td | 2 +
contrib/llvm-project/lld/ELF/Relocations.cpp | 3 +-
contrib/llvm-project/lld/ELF/SyntheticSections.cpp | 17 +
contrib/llvm-project/lld/ELF/SyntheticSections.h | 10 +
contrib/llvm-project/lld/ELF/Writer.cpp | 5 +
contrib/llvm-project/lld/MachO/Arch/ARM64.cpp | 2 +-
contrib/llvm-project/lld/MachO/DriverUtils.cpp | 2 +-
contrib/llvm-project/lld/MachO/EhFrame.cpp | 10 +-
contrib/llvm-project/lld/MachO/EhFrame.h | 8 +-
contrib/llvm-project/lld/MachO/InputFiles.cpp | 118 ++++-
contrib/llvm-project/lld/MachO/InputFiles.h | 17 +-
.../llvm-project/lld/MachO/UnwindInfoSection.cpp | 8 +-
contrib/llvm-project/lld/MachO/Writer.cpp | 122 ++---
contrib/llvm-project/lld/docs/ReleaseNotes.rst | 144 +++++-
.../llvm-project/lldb/source/Core/Disassembler.cpp | 1 +
.../include/llvm/Analysis/TargetTransformInfo.h | 9 +
.../llvm/Analysis/TargetTransformInfoImpl.h | 2 +
.../llvm/include/llvm/BinaryFormat/ELF.h | 1 +
.../llvm/include/llvm/CodeGen/ISDOpcodes.h | 5 +
.../include/llvm/DebugInfo/CodeView/CodeView.h | 3 +
.../ExecutorSharedMemoryMapperService.h | 3 +
.../Orc/TargetProcess/JITLoaderGDB.h | 3 +
contrib/llvm-project/llvm/include/llvm/IR/Type.h | 5 +
.../llvm/include/llvm/Support/ErrorHandling.h | 6 +-
.../llvm-project/llvm/include/llvm/Support/Host.h | 1 +
.../llvm/lib/Analysis/ConstantFolding.cpp | 4 +-
.../llvm/lib/Analysis/TargetTransformInfo.cpp | 4 +
.../llvm/lib/CodeGen/MachineScheduler.cpp | 2 +-
.../llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 45 +-
.../llvm/lib/DebugInfo/PDB/Native/FormatUtil.cpp | 7 +
.../IntelJITEvents/IntelJITEventListener.cpp | 1 +
.../llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp | 22 +-
.../ExecutorSharedMemoryMapperService.cpp | 7 +-
contrib/llvm-project/llvm/lib/Support/Host.cpp | 108 ++++
.../lib/Target/AArch64/AArch64ISelLowering.cpp | 47 +-
.../Target/AArch64/AArch64TargetTransformInfo.h | 4 +
.../Target/AArch64/GISel/AArch64LegalizerInfo.cpp | 2 +-
contrib/llvm-project/llvm/lib/Target/ARM/ARM.td | 9 +
.../llvm/lib/Target/ARM/ARMISelLowering.cpp | 3 +-
.../llvm/lib/Target/PowerPC/PPCFastISel.cpp | 5 +-
.../llvm/lib/Target/RISCV/RISCVISelLowering.cpp | 8 +-
.../llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp | 25 +-
.../llvm/lib/Target/X86/X86ISelLowering.cpp | 96 ++--
.../llvm/lib/Target/X86/X86ISelLowering.h | 12 +
.../lib/Transforms/IPO/AttributorAttributes.cpp | 13 +-
.../llvm/lib/Transforms/IPO/OpenMPOpt.cpp | 12 +
.../Transforms/Utils/RelLookupTableConverter.cpp | 8 +-
.../lib/Transforms/Vectorize/LoopVectorize.cpp | 15 +-
contrib/llvm-project/llvm/tools/lli/lli.cpp | 3 +-
.../llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp | 33 +-
.../openmp/runtime/src/kmp_dispatch.cpp | 2 +-
lib/clang/include/VCSVersion.inc | 6 +-
lib/clang/include/lld/Common/Version.inc | 2 +-
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
lib/clang/libllvm/Makefile | 4 +-
lib/libc++/Makefile | 11 +-
sys/conf/kern.mk | 5 +
173 files changed, 3752 insertions(+), 1469 deletions(-)
diff --cc contrib/llvm-project/clang/include/clang/AST/DeclTemplate.h
index 725bb0bced9c,baed5ca22fa7..baed5ca22fa7
mode 100755,100644..100755
--- a/contrib/llvm-project/clang/include/clang/AST/DeclTemplate.h
+++ b/contrib/llvm-project/clang/include/clang/AST/DeclTemplate.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_clamp.h
index 000000000000,bdde97e178a7..bdde97e178a7
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_clamp.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_clamp.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_is_permutation.h
index 000000000000,41e302fe99dc..41e302fe99dc
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_permutation.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_is_permutation.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_next_permutation.h
index 000000000000,34c5fee04050..34c5fee04050
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_next_permutation.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_next_permutation.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_prev_permutation.h
index 000000000000,58da606d07f7..58da606d07f7
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_prev_permutation.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_prev_permutation.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_rotate.h
index 000000000000,1cd69a141fe3..1cd69a141fe3
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_rotate.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_rotate.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/ranges_sample.h
index 000000000000,a8477f803788..a8477f803788
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/ranges_sample.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/ranges_sample.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
index 000000000000,04a67752dd0b..04a67752dd0b
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
diff --cc contrib/llvm-project/libcxx/include/__algorithm/unwrap_range.h
index 000000000000,745906a96e15..745906a96e15
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__algorithm/unwrap_range.h
+++ b/contrib/llvm-project/libcxx/include/__algorithm/unwrap_range.h
diff --cc contrib/llvm-project/libcxx/include/__verbose_abort
index 000000000000,3c9cba824ce0..3c9cba824ce0
mode 000000,100644..100644
--- a/contrib/llvm-project/libcxx/include/__verbose_abort
+++ b/contrib/llvm-project/libcxx/include/__verbose_abort
diff --cc lib/clang/include/VCSVersion.inc
index 571ed75d3dc9,000000000000..4756d002a956
mode 100644,000000..100644
--- a/lib/clang/include/VCSVersion.inc
+++ b/lib/clang/include/VCSVersion.inc
@@@ -1,10 -1,0 +1,10 @@@
+// $FreeBSD$
+
- #define LLVM_REVISION "llvmorg-15-init-17826-g1f8ae9d7e7e4"
++#define LLVM_REVISION "llvmorg-15.0.0-rc2-40-gfbd2950d8d0d"
+#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
+
- #define CLANG_REVISION "llvmorg-15-init-17826-g1f8ae9d7e7e4"
++#define CLANG_REVISION "llvmorg-15.0.0-rc2-40-gfbd2950d8d0d"
+#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
+
- #define LLDB_REVISION "llvmorg-15-init-17826-g1f8ae9d7e7e4"
++#define LLDB_REVISION "llvmorg-15.0.0-rc2-40-gfbd2950d8d0d"
+#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
diff --cc lib/clang/include/lld/Common/Version.inc
index 6e25b65b845e,000000000000..eaf7ae8ff492
mode 100644,000000..100644
--- a/lib/clang/include/lld/Common/Version.inc
+++ b/lib/clang/include/lld/Common/Version.inc
@@@ -1,4 -1,0 +1,4 @@@
+// Local identifier in __FreeBSD_version style
+#define LLD_FREEBSD_VERSION 1400005
+
- #define LLD_VERSION_STRING "15.0.0 (FreeBSD llvmorg-15-init-17826-g1f8ae9d7e7e4-" __XSTRING(LLD_FREEBSD_VERSION) ")"
++#define LLD_VERSION_STRING "15.0.0 (FreeBSD llvmorg-15.0.0-rc2-40-gfbd2950d8d0d-" __XSTRING(LLD_FREEBSD_VERSION) ")"
diff --cc lib/clang/include/llvm/Support/VCSRevision.h
index 1405a0d08395,000000000000..8fd2403121b2
mode 100644,000000..100644
--- a/lib/clang/include/llvm/Support/VCSRevision.h
+++ b/lib/clang/include/llvm/Support/VCSRevision.h
@@@ -1,3 -1,0 +1,3 @@@
+/* $FreeBSD$ */
- #define LLVM_REVISION "llvmorg-15-init-17826-g1f8ae9d7e7e4"
++#define LLVM_REVISION "llvmorg-15.0.0-rc2-40-gfbd2950d8d0d"
+#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
diff --cc lib/clang/libllvm/Makefile
index 9020bda31574,000000000000..01fe0705d954
mode 100644,000000..100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@@ -1,2132 -1,0 +1,2134 @@@
+# $FreeBSD$
+
+.include <src.opts.mk>
+.include "../llvm.pre.mk"
+
+LIB= llvm
+INTERNALLIB=
+
+CFLAGS+= -I${.OBJDIR}
+
+.if ${MK_LLVM_TARGET_AARCH64} == "no" && ${MK_LLVM_TARGET_ARM} == "no" && \
+ ${MK_LLVM_TARGET_BPF} == "no" && ${MK_LLVM_TARGET_MIPS} == "no" && \
+ ${MK_LLVM_TARGET_POWERPC} == "no" && ${MK_LLVM_TARGET_RISCV} == "no" && \
+ ${MK_LLVM_TARGET_X86} == "no"
+.error Please enable at least one of: MK_LLVM_TARGET_AARCH64,\
+ MK_LLVM_TARGET_ARM, MK_LLVM_TARGET_BPF, MK_LLVM_TARGET_MIPS, \
+ MK_LLVM_TARGET_POWERPC, MK_LLVM_TARGET_RISCV, or MK_LLVM_TARGET_X86
+.endif
+
+.for arch in AArch64 ARM BPF Mips PowerPC RISCV X86
+. if ${MK_LLVM_TARGET_${arch:tu}} != "no"
+CFLAGS+= -I${LLVM_SRCS}/lib/Target/${arch}
+. endif
+.endfor
+
+CFLAGS+= -I${LLVM_SRCS}/lib/ObjCopy
+
++TARGET_ARCH?= ${MACHINE_ARCH}
++
+.if ${TARGET_ARCH} != "amd64"
+CFLAGS+= -DBLAKE3_NO_AVX512 -DBLAKE3_NO_AVX2 -DBLAKE3_NO_SSE41 \
+ -DBLAKE3_NO_SSE2
+.endif
+
+SRCDIR= llvm/lib
+
+# Explanation of different SRCS variants below:
+# SRCS_MIN: always required, even for bootstrap
+# SRCS_MIW: required for world stage (after cross-tools)
+# SRCS_EXT: required for MK_CLANG_EXTRAS
+# SRCS_EXL: required for MK_CLANG_EXTRAS and MK_LLD
+# SRCS_FUL: required for MK_CLANG_FULL
+# SRCS_LLD: required for MK_LLD
+# SRCS_XDB: required for MK_CLANG_EXTRAS and MK_LLDB
+# SRCS_XDL: required for MK_CLANG_EXTRAS, MK_LLD and MK_LLDB
+# SRCS_XDW: required for MK_CLANG_EXTRAS and MK_LLDB in world stage
+
+SRCS_MIN+= Analysis/AliasAnalysis.cpp
+SRCS_MIN+= Analysis/AliasAnalysisEvaluator.cpp
+SRCS_MIN+= Analysis/AliasAnalysisSummary.cpp
+SRCS_MIN+= Analysis/AliasSetTracker.cpp
+SRCS_EXT+= Analysis/Analysis.cpp
+SRCS_MIN+= Analysis/AssumeBundleQueries.cpp
+SRCS_MIN+= Analysis/AssumptionCache.cpp
+SRCS_MIN+= Analysis/BasicAliasAnalysis.cpp
+SRCS_MIN+= Analysis/BlockFrequencyInfo.cpp
+SRCS_MIN+= Analysis/BlockFrequencyInfoImpl.cpp
+SRCS_MIN+= Analysis/BranchProbabilityInfo.cpp
+SRCS_MIN+= Analysis/CFG.cpp
+SRCS_MIN+= Analysis/CFGPrinter.cpp
+SRCS_MIN+= Analysis/CFLAndersAliasAnalysis.cpp
+SRCS_MIN+= Analysis/CFLSteensAliasAnalysis.cpp
+SRCS_MIN+= Analysis/CGSCCPassManager.cpp
+SRCS_MIN+= Analysis/CallGraph.cpp
+SRCS_MIN+= Analysis/CallGraphSCCPass.cpp
+SRCS_MIN+= Analysis/CallPrinter.cpp
+SRCS_MIN+= Analysis/CaptureTracking.cpp
+SRCS_MIN+= Analysis/CmpInstAnalysis.cpp
+SRCS_MIN+= Analysis/CodeMetrics.cpp
+SRCS_MIN+= Analysis/ConstantFolding.cpp
+SRCS_MIN+= Analysis/ConstraintSystem.cpp
+SRCS_MIN+= Analysis/CostModel.cpp
+SRCS_MIN+= Analysis/CycleAnalysis.cpp
+SRCS_MIN+= Analysis/DDG.cpp
+SRCS_MIN+= Analysis/DDGPrinter.cpp
+SRCS_MIN+= Analysis/Delinearization.cpp
+SRCS_MIN+= Analysis/DemandedBits.cpp
+SRCS_MIN+= Analysis/DependenceAnalysis.cpp
+SRCS_MIN+= Analysis/DependenceGraphBuilder.cpp
+SRCS_MIN+= Analysis/DivergenceAnalysis.cpp
+SRCS_MIN+= Analysis/DomPrinter.cpp
+SRCS_MIN+= Analysis/DomTreeUpdater.cpp
+SRCS_MIN+= Analysis/DominanceFrontier.cpp
+SRCS_MIN+= Analysis/EHPersonalities.cpp
+SRCS_MIN+= Analysis/FunctionPropertiesAnalysis.cpp
+SRCS_MIN+= Analysis/GlobalsModRef.cpp
+SRCS_MIN+= Analysis/GuardUtils.cpp
+SRCS_MIN+= Analysis/HeatUtils.cpp
+SRCS_MIN+= Analysis/IRSimilarityIdentifier.cpp
+SRCS_MIN+= Analysis/IVDescriptors.cpp
+SRCS_MIN+= Analysis/IVUsers.cpp
+SRCS_MIN+= Analysis/ImportedFunctionsInliningStatistics.cpp
+SRCS_MIN+= Analysis/IndirectCallPromotionAnalysis.cpp
+SRCS_MIN+= Analysis/InlineAdvisor.cpp
+SRCS_MIN+= Analysis/InlineCost.cpp
+SRCS_MIN+= Analysis/InlineSizeEstimatorAnalysis.cpp
+SRCS_MIN+= Analysis/InstCount.cpp
+SRCS_MIN+= Analysis/InstructionPrecedenceTracking.cpp
+SRCS_MIN+= Analysis/InstructionSimplify.cpp
+SRCS_MIN+= Analysis/Interval.cpp
+SRCS_MIN+= Analysis/IntervalPartition.cpp
+SRCS_MIN+= Analysis/LazyBlockFrequencyInfo.cpp
+SRCS_MIN+= Analysis/LazyBranchProbabilityInfo.cpp
+SRCS_MIN+= Analysis/LazyCallGraph.cpp
+SRCS_MIN+= Analysis/LazyValueInfo.cpp
+SRCS_MIN+= Analysis/LegacyDivergenceAnalysis.cpp
+SRCS_MIN+= Analysis/Lint.cpp
+SRCS_MIN+= Analysis/Loads.cpp
+SRCS_MIN+= Analysis/LoopAccessAnalysis.cpp
+SRCS_MIN+= Analysis/LoopAnalysisManager.cpp
+SRCS_MIN+= Analysis/LoopCacheAnalysis.cpp
+SRCS_MIN+= Analysis/LoopInfo.cpp
+SRCS_MIN+= Analysis/LoopNestAnalysis.cpp
+SRCS_MIN+= Analysis/LoopPass.cpp
+SRCS_MIN+= Analysis/LoopUnrollAnalyzer.cpp
+SRCS_MIN+= Analysis/MemDepPrinter.cpp
+SRCS_MIN+= Analysis/MemDerefPrinter.cpp
+SRCS_MIN+= Analysis/MemoryBuiltins.cpp
+SRCS_MIN+= Analysis/MemoryDependenceAnalysis.cpp
+SRCS_MIN+= Analysis/MemoryLocation.cpp
+SRCS_MIN+= Analysis/MemorySSA.cpp
+SRCS_MIN+= Analysis/MemorySSAUpdater.cpp
+SRCS_MIN+= Analysis/ModuleDebugInfoPrinter.cpp
+SRCS_MIN+= Analysis/ModuleSummaryAnalysis.cpp
+SRCS_MIN+= Analysis/MustExecute.cpp
+SRCS_MIN+= Analysis/ObjCARCAliasAnalysis.cpp
+SRCS_MIN+= Analysis/ObjCARCAnalysisUtils.cpp
+SRCS_MIN+= Analysis/ObjCARCInstKind.cpp
+SRCS_MIN+= Analysis/OptimizationRemarkEmitter.cpp
+SRCS_MIN+= Analysis/OverflowInstAnalysis.cpp
+SRCS_MIN+= Analysis/PHITransAddr.cpp
+SRCS_MIN+= Analysis/PhiValues.cpp
+SRCS_MIN+= Analysis/PostDominators.cpp
+SRCS_MIN+= Analysis/ProfileSummaryInfo.cpp
+SRCS_MIN+= Analysis/PtrUseVisitor.cpp
+SRCS_MIN+= Analysis/RegionInfo.cpp
+SRCS_MIN+= Analysis/RegionPass.cpp
+SRCS_MIN+= Analysis/RegionPrinter.cpp
+SRCS_MIN+= Analysis/ReplayInlineAdvisor.cpp
+SRCS_MIN+= Analysis/ScalarEvolution.cpp
+SRCS_MIN+= Analysis/ScalarEvolution.cpp
+SRCS_MIN+= Analysis/ScalarEvolutionAliasAnalysis.cpp
+SRCS_MIN+= Analysis/ScalarEvolutionDivision.cpp
+SRCS_MIN+= Analysis/ScalarEvolutionNormalization.cpp
+SRCS_MIN+= Analysis/ScopedNoAliasAA.cpp
+SRCS_MIN+= Analysis/StackLifetime.cpp
+SRCS_MIN+= Analysis/StackSafetyAnalysis.cpp
+SRCS_MIN+= Analysis/SyncDependenceAnalysis.cpp
+SRCS_MIN+= Analysis/SyntheticCountsUtils.cpp
+SRCS_MIN+= Analysis/TargetLibraryInfo.cpp
+SRCS_MIN+= Analysis/TargetTransformInfo.cpp
+SRCS_MIN+= Analysis/TensorSpec.cpp
+SRCS_MIN+= Analysis/TypeBasedAliasAnalysis.cpp
+SRCS_MIN+= Analysis/TypeMetadataUtils.cpp
+SRCS_MIN+= Analysis/VFABIDemangling.cpp
+SRCS_MIN+= Analysis/ValueLattice.cpp
+SRCS_MIN+= Analysis/ValueLatticeUtils.cpp
+SRCS_MIN+= Analysis/ValueTracking.cpp
+SRCS_MIN+= Analysis/VectorUtils.cpp
+SRCS_MIN+= AsmParser/LLLexer.cpp
+SRCS_MIN+= AsmParser/LLParser.cpp
+SRCS_MIN+= AsmParser/Parser.cpp
+SRCS_MIN+= BinaryFormat/AMDGPUMetadataVerifier.cpp
+SRCS_MIN+= BinaryFormat/COFF.cpp
+SRCS_MIN+= BinaryFormat/Dwarf.cpp
+SRCS_MIN+= BinaryFormat/Magic.cpp
+SRCS_MIN+= BinaryFormat/MachO.cpp
+SRCS_MIN+= BinaryFormat/MsgPackDocument.cpp
+SRCS_MIN+= BinaryFormat/MsgPackDocumentYAML.cpp
+SRCS_MIN+= BinaryFormat/MsgPackReader.cpp
+SRCS_MIN+= BinaryFormat/MsgPackWriter.cpp
+SRCS_MIN+= BinaryFormat/Wasm.cpp
+SRCS_MIN+= BinaryFormat/XCOFF.cpp
+SRCS_MIN+= Bitcode/Reader/BitReader.cpp
+SRCS_EXT+= Bitcode/Reader/BitcodeAnalyzer.cpp
+SRCS_MIN+= Bitcode/Reader/BitcodeReader.cpp
+SRCS_MIN+= Bitcode/Reader/MetadataLoader.cpp
+SRCS_MIN+= Bitcode/Reader/ValueList.cpp
+SRCS_MIN+= Bitcode/Writer/BitcodeWriter.cpp
+SRCS_MIN+= Bitcode/Writer/BitcodeWriterPass.cpp
+SRCS_MIN+= Bitcode/Writer/ValueEnumerator.cpp
+SRCS_MIN+= Bitstream/Reader/BitstreamReader.cpp
+SRCS_MIN+= CodeGen/AggressiveAntiDepBreaker.cpp
+SRCS_MIN+= CodeGen/AllocationOrder.cpp
+SRCS_MIN+= CodeGen/Analysis.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AIXException.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/ARMException.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AccelTable.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AddressPool.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AsmPrinter.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/CodeViewDebug.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DIE.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DIEHash.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DebugHandlerBase.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DebugLocStream.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfCFIException.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfDebug.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfExpression.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfFile.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfStringPool.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/DwarfUnit.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/EHStreamer.cpp
+SRCS_EXT+= CodeGen/AsmPrinter/ErlangGCPrinter.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/OcamlGCPrinter.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/PseudoProbePrinter.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/WasmException.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/WinCFGuard.cpp
+SRCS_MIN+= CodeGen/AsmPrinter/WinException.cpp
+SRCS_MIN+= CodeGen/AtomicExpandPass.cpp
+SRCS_MIN+= CodeGen/BasicBlockSections.cpp
+SRCS_MIN+= CodeGen/BasicBlockSectionsProfileReader.cpp
+SRCS_MIN+= CodeGen/BasicTargetTransformInfo.cpp
+SRCS_MIN+= CodeGen/BranchFolding.cpp
+SRCS_MIN+= CodeGen/BranchRelaxation.cpp
+SRCS_MIN+= CodeGen/BreakFalseDeps.cpp
+SRCS_MIN+= CodeGen/CFGuardLongjmp.cpp
+SRCS_MIN+= CodeGen/CFIFixup.cpp
+SRCS_MIN+= CodeGen/CFIInstrInserter.cpp
+SRCS_MIN+= CodeGen/CalcSpillWeights.cpp
+SRCS_MIN+= CodeGen/CallingConvLower.cpp
+SRCS_MIN+= CodeGen/CodeGen.cpp
+SRCS_MIN+= CodeGen/CodeGenCommonISel.cpp
+SRCS_MIN+= CodeGen/CodeGenPrepare.cpp
+SRCS_EXL+= CodeGen/CommandFlags.cpp
+SRCS_MIN+= CodeGen/CriticalAntiDepBreaker.cpp
+SRCS_MIN+= CodeGen/DFAPacketizer.cpp
+SRCS_MIN+= CodeGen/DeadMachineInstructionElim.cpp
+SRCS_MIN+= CodeGen/DetectDeadLanes.cpp
+SRCS_MIN+= CodeGen/DwarfEHPrepare.cpp
+SRCS_MIN+= CodeGen/EHContGuardCatchret.cpp
+SRCS_MIN+= CodeGen/EarlyIfConversion.cpp
+SRCS_MIN+= CodeGen/EdgeBundles.cpp
+SRCS_MIN+= CodeGen/ExecutionDomainFix.cpp
+SRCS_MIN+= CodeGen/ExpandMemCmp.cpp
+SRCS_MIN+= CodeGen/ExpandPostRAPseudos.cpp
+SRCS_MIN+= CodeGen/ExpandReductions.cpp
+SRCS_MIN+= CodeGen/ExpandVectorPredication.cpp
+SRCS_MIN+= CodeGen/FEntryInserter.cpp
+SRCS_MIN+= CodeGen/FaultMaps.cpp
+SRCS_MIN+= CodeGen/FinalizeISel.cpp
+SRCS_MIN+= CodeGen/FixupStatepointCallerSaved.cpp
+SRCS_MIN+= CodeGen/FuncletLayout.cpp
+SRCS_MIN+= CodeGen/GCMetadata.cpp
+SRCS_MIN+= CodeGen/GCMetadataPrinter.cpp
+SRCS_MIN+= CodeGen/GCRootLowering.cpp
+SRCS_MIN+= CodeGen/GlobalISel/CSEInfo.cpp
+SRCS_MIN+= CodeGen/GlobalISel/CSEMIRBuilder.cpp
+SRCS_MIN+= CodeGen/GlobalISel/Combiner.cpp
+SRCS_MIN+= CodeGen/GlobalISel/CombinerHelper.cpp
+SRCS_MIN+= CodeGen/GlobalISel/CallLowering.cpp
+SRCS_MIN+= CodeGen/GlobalISel/GISelChangeObserver.cpp
+SRCS_MIN+= CodeGen/GlobalISel/GISelKnownBits.cpp
+SRCS_MIN+= CodeGen/GlobalISel/GlobalISel.cpp
+SRCS_MIN+= CodeGen/GlobalISel/IRTranslator.cpp
+SRCS_MIN+= CodeGen/GlobalISel/InlineAsmLowering.cpp
+SRCS_MIN+= CodeGen/GlobalISel/InstructionSelect.cpp
+SRCS_MIN+= CodeGen/GlobalISel/InstructionSelector.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LegacyLegalizerInfo.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LegalityPredicates.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LegalizeMutations.cpp
+SRCS_MIN+= CodeGen/GlobalISel/Legalizer.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LegalizerHelper.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LegalizerInfo.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LoadStoreOpt.cpp
+SRCS_MIN+= CodeGen/GlobalISel/Localizer.cpp
+SRCS_MIN+= CodeGen/GlobalISel/LostDebugLocObserver.cpp
+SRCS_MIN+= CodeGen/GlobalISel/MachineIRBuilder.cpp
+SRCS_MIN+= CodeGen/GlobalISel/RegBankSelect.cpp
+SRCS_MIN+= CodeGen/GlobalISel/Utils.cpp
+SRCS_MIN+= CodeGen/GlobalMerge.cpp
+SRCS_MIN+= CodeGen/HardwareLoops.cpp
+SRCS_MIN+= CodeGen/IfConversion.cpp
+SRCS_MIN+= CodeGen/ImplicitNullChecks.cpp
+SRCS_MIN+= CodeGen/IndirectBrExpandPass.cpp
+SRCS_MIN+= CodeGen/InlineSpiller.cpp
+SRCS_MIN+= CodeGen/InterferenceCache.cpp
+SRCS_MIN+= CodeGen/InterleavedAccessPass.cpp
+SRCS_MIN+= CodeGen/InterleavedLoadCombinePass.cpp
+SRCS_MIN+= CodeGen/IntrinsicLowering.cpp
+SRCS_MIN+= CodeGen/JMCInstrumenter.cpp
+SRCS_MIN+= CodeGen/LLVMTargetMachine.cpp
+SRCS_MIN+= CodeGen/LatencyPriorityQueue.cpp
+SRCS_MIN+= CodeGen/LazyMachineBlockFrequencyInfo.cpp
+SRCS_MIN+= CodeGen/LexicalScopes.cpp
+SRCS_MIN+= CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
+SRCS_MIN+= CodeGen/LiveDebugValues/LiveDebugValues.cpp
+SRCS_MIN+= CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
+SRCS_MIN+= CodeGen/LiveDebugVariables.cpp
+SRCS_MIN+= CodeGen/LiveInterval.cpp
+SRCS_MIN+= CodeGen/LiveIntervalCalc.cpp
+SRCS_MIN+= CodeGen/LiveIntervalUnion.cpp
+SRCS_MIN+= CodeGen/LiveIntervals.cpp
+SRCS_MIN+= CodeGen/LivePhysRegs.cpp
+SRCS_MIN+= CodeGen/LiveRangeCalc.cpp
+SRCS_MIN+= CodeGen/LiveRangeEdit.cpp
+SRCS_MIN+= CodeGen/LiveRangeShrink.cpp
+SRCS_MIN+= CodeGen/LiveRegMatrix.cpp
+SRCS_MIN+= CodeGen/LiveRegUnits.cpp
+SRCS_MIN+= CodeGen/LiveStacks.cpp
+SRCS_MIN+= CodeGen/LiveVariables.cpp
+SRCS_MIN+= CodeGen/LocalStackSlotAllocation.cpp
+SRCS_MIN+= CodeGen/LoopTraversal.cpp
+SRCS_MIN+= CodeGen/LowLevelType.cpp
+SRCS_MIN+= CodeGen/LowerEmuTLS.cpp
+SRCS_MIN+= CodeGen/MBFIWrapper.cpp
+SRCS_MIN+= CodeGen/MIRCanonicalizerPass.cpp
+SRCS_MIN+= CodeGen/MIRFSDiscriminator.cpp
+SRCS_MIN+= CodeGen/MIRNamerPass.cpp
+SRCS_EXT+= CodeGen/MIRParser/MILexer.cpp
+SRCS_EXT+= CodeGen/MIRParser/MIParser.cpp
+SRCS_EXT+= CodeGen/MIRParser/MIRParser.cpp
+SRCS_MIN+= CodeGen/MIRPrinter.cpp
+SRCS_MIN+= CodeGen/MIRPrintingPass.cpp
+SRCS_MIN+= CodeGen/MIRSampleProfile.cpp
+SRCS_MIN+= CodeGen/MIRVRegNamerUtils.cpp
+SRCS_MIN+= CodeGen/MLRegallocEvictAdvisor.cpp
+SRCS_MIN+= CodeGen/MachineBasicBlock.cpp
+SRCS_MIN+= CodeGen/MachineBlockFrequencyInfo.cpp
+SRCS_MIN+= CodeGen/MachineBlockPlacement.cpp
+SRCS_MIN+= CodeGen/MachineBranchProbabilityInfo.cpp
+SRCS_MIN+= CodeGen/MachineCSE.cpp
+SRCS_MIN+= CodeGen/MachineCheckDebugify.cpp
+SRCS_MIN+= CodeGen/MachineCombiner.cpp
+SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp
+SRCS_MIN+= CodeGen/MachineCycleAnalysis.cpp
+SRCS_MIN+= CodeGen/MachineDebugify.cpp
+SRCS_MIN+= CodeGen/MachineDominanceFrontier.cpp
+SRCS_MIN+= CodeGen/MachineDominators.cpp
+SRCS_MIN+= CodeGen/MachineFrameInfo.cpp
+SRCS_MIN+= CodeGen/MachineFunction.cpp
+SRCS_MIN+= CodeGen/MachineFunctionPass.cpp
+SRCS_MIN+= CodeGen/MachineFunctionPrinterPass.cpp
+SRCS_MIN+= CodeGen/MachineFunctionSplitter.cpp
+SRCS_MIN+= CodeGen/MachineInstr.cpp
+SRCS_MIN+= CodeGen/MachineInstrBundle.cpp
+SRCS_MIN+= CodeGen/MachineLICM.cpp
+SRCS_MIN+= CodeGen/MachineLoopInfo.cpp
+SRCS_MIN+= CodeGen/MachineLoopUtils.cpp
+SRCS_MIN+= CodeGen/MachineModuleInfo.cpp
+SRCS_MIN+= CodeGen/MachineModuleInfoImpls.cpp
+SRCS_MIN+= CodeGen/MachineModuleSlotTracker.cpp
+SRCS_MIN+= CodeGen/MachineOperand.cpp
+SRCS_MIN+= CodeGen/MachineOptimizationRemarkEmitter.cpp
+SRCS_MIN+= CodeGen/MachineOutliner.cpp
+SRCS_MIN+= CodeGen/MachinePipeliner.cpp
+SRCS_MIN+= CodeGen/MachinePostDominators.cpp
+SRCS_MIN+= CodeGen/MachineRegionInfo.cpp
+SRCS_MIN+= CodeGen/MachineRegisterInfo.cpp
+SRCS_MIN+= CodeGen/MachineSSAContext.cpp
+SRCS_MIN+= CodeGen/MachineSSAUpdater.cpp
+SRCS_MIN+= CodeGen/MachineScheduler.cpp
+SRCS_MIN+= CodeGen/MachineSink.cpp
+SRCS_MIN+= CodeGen/MachineSizeOpts.cpp
+SRCS_MIN+= CodeGen/MachineStableHash.cpp
+SRCS_MIN+= CodeGen/MachineStripDebug.cpp
+SRCS_MIN+= CodeGen/MachineTraceMetrics.cpp
+SRCS_MIN+= CodeGen/MachineVerifier.cpp
+SRCS_MIN+= CodeGen/MacroFusion.cpp
+SRCS_MIN+= CodeGen/ModuloSchedule.cpp
+SRCS_MIN+= CodeGen/MultiHazardRecognizer.cpp
+SRCS_EXT+= CodeGen/NonRelocatableStringpool.cpp
+SRCS_MIN+= CodeGen/OptimizePHIs.cpp
+SRCS_MIN+= CodeGen/PHIElimination.cpp
+SRCS_MIN+= CodeGen/PHIEliminationUtils.cpp
+SRCS_MIN+= CodeGen/ParallelCG.cpp
+SRCS_MIN+= CodeGen/PatchableFunction.cpp
+SRCS_MIN+= CodeGen/PeepholeOptimizer.cpp
+SRCS_MIN+= CodeGen/PostRAHazardRecognizer.cpp
+SRCS_MIN+= CodeGen/PostRASchedulerList.cpp
+SRCS_MIN+= CodeGen/PreISelIntrinsicLowering.cpp
+SRCS_MIN+= CodeGen/ProcessImplicitDefs.cpp
+SRCS_MIN+= CodeGen/PrologEpilogInserter.cpp
+SRCS_MIN+= CodeGen/PseudoProbeInserter.cpp
+SRCS_MIN+= CodeGen/PseudoSourceValue.cpp
+SRCS_MIN+= CodeGen/ReachingDefAnalysis.cpp
+SRCS_MIN+= CodeGen/ReplaceWithVeclib.cpp
+SRCS_MIN+= CodeGen/RDFGraph.cpp
+SRCS_MIN+= CodeGen/RDFLiveness.cpp
+SRCS_MIN+= CodeGen/RDFRegisters.cpp
+SRCS_MIN+= CodeGen/RegAllocBase.cpp
+SRCS_MIN+= CodeGen/RegAllocBasic.cpp
+SRCS_MIN+= CodeGen/RegAllocEvictionAdvisor.cpp
+SRCS_MIN+= CodeGen/RegAllocFast.cpp
+SRCS_MIN+= CodeGen/RegAllocGreedy.cpp
+SRCS_MIN+= CodeGen/RegAllocPBQP.cpp
+SRCS_MIN+= CodeGen/RegUsageInfoCollector.cpp
+SRCS_MIN+= CodeGen/RegUsageInfoPropagate.cpp
+SRCS_MIN+= CodeGen/RegisterBank.cpp
+SRCS_MIN+= CodeGen/RegisterBankInfo.cpp
+SRCS_MIN+= CodeGen/RegisterClassInfo.cpp
+SRCS_MIN+= CodeGen/RegisterCoalescer.cpp
+SRCS_MIN+= CodeGen/RegisterPressure.cpp
+SRCS_MIN+= CodeGen/RegisterScavenging.cpp
+SRCS_MIN+= CodeGen/RegisterUsageInfo.cpp
+SRCS_MIN+= CodeGen/RemoveRedundantDebugValues.cpp
+SRCS_MIN+= CodeGen/RenameIndependentSubregs.cpp
+SRCS_MIN+= CodeGen/ResetMachineFunctionPass.cpp
+SRCS_MIN+= CodeGen/SafeStack.cpp
+SRCS_MIN+= CodeGen/SafeStackLayout.cpp
+SRCS_MIN+= CodeGen/ScheduleDAG.cpp
+SRCS_MIN+= CodeGen/ScheduleDAGInstrs.cpp
+SRCS_MIN+= CodeGen/ScheduleDAGPrinter.cpp
+SRCS_MIN+= CodeGen/ScoreboardHazardRecognizer.cpp
+SRCS_MIN+= CodeGen/SelectOptimize.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/DAGCombiner.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/FastISel.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/InstrEmitter.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeDAG.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeTypes.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGFast.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAG.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGDumper.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGISel.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/StatepointLowering.cpp
+SRCS_MIN+= CodeGen/SelectionDAG/TargetLowering.cpp
+SRCS_MIN+= CodeGen/ShadowStackGCLowering.cpp
+SRCS_MIN+= CodeGen/ShrinkWrap.cpp
+SRCS_MIN+= CodeGen/SjLjEHPrepare.cpp
+SRCS_MIN+= CodeGen/SlotIndexes.cpp
+SRCS_MIN+= CodeGen/SpillPlacement.cpp
+SRCS_MIN+= CodeGen/SplitKit.cpp
+SRCS_MIN+= CodeGen/StackColoring.cpp
+SRCS_MIN+= CodeGen/StackMapLivenessAnalysis.cpp
+SRCS_MIN+= CodeGen/StackMaps.cpp
+SRCS_MIN+= CodeGen/StackProtector.cpp
+SRCS_MIN+= CodeGen/StackSlotColoring.cpp
+SRCS_MIN+= CodeGen/SwiftErrorValueTracking.cpp
+SRCS_MIN+= CodeGen/SwitchLoweringUtils.cpp
+SRCS_MIN+= CodeGen/TailDuplication.cpp
+SRCS_MIN+= CodeGen/TailDuplicator.cpp
+SRCS_MIN+= CodeGen/TargetFrameLoweringImpl.cpp
+SRCS_MIN+= CodeGen/TargetInstrInfo.cpp
+SRCS_MIN+= CodeGen/TargetLoweringBase.cpp
+SRCS_MIN+= CodeGen/TargetLoweringObjectFileImpl.cpp
+SRCS_MIN+= CodeGen/TargetOptionsImpl.cpp
+SRCS_MIN+= CodeGen/TargetPassConfig.cpp
+SRCS_MIN+= CodeGen/TargetRegisterInfo.cpp
+SRCS_MIN+= CodeGen/TargetSchedule.cpp
+SRCS_MIN+= CodeGen/TargetSubtargetInfo.cpp
+SRCS_MIN+= CodeGen/TwoAddressInstructionPass.cpp
+SRCS_MIN+= CodeGen/TypePromotion.cpp
+SRCS_MIN+= CodeGen/UnreachableBlockElim.cpp
+SRCS_MIN+= CodeGen/ValueTypes.cpp
+SRCS_MIN+= CodeGen/VirtRegMap.cpp
+SRCS_MIN+= CodeGen/WasmEHPrepare.cpp
+SRCS_MIN+= CodeGen/WinEHPrepare.cpp
+SRCS_MIN+= CodeGen/XRayInstrumentation.cpp
+SRCS_EXT+= DWARFLinker/DWARFLinker.cpp
+SRCS_EXT+= DWARFLinker/DWARFLinkerCompileUnit.cpp
+SRCS_EXT+= DWARFLinker/DWARFLinkerDeclContext.cpp
+SRCS_EXT+= DWARFLinker/DWARFStreamer.cpp
+SRCS_EXT+= DWP/DWP.cpp
+SRCS_EXT+= DWP/DWPError.cpp
+SRCS_EXT+= DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
+SRCS_MIN+= DebugInfo/CodeView/CVSymbolVisitor.cpp
+SRCS_MIN+= DebugInfo/CodeView/CVTypeVisitor.cpp
+SRCS_MIN+= DebugInfo/CodeView/CodeViewError.cpp
+SRCS_MIN+= DebugInfo/CodeView/CodeViewRecordIO.cpp
+SRCS_MIN+= DebugInfo/CodeView/ContinuationRecordBuilder.cpp
+SRCS_MIN+= DebugInfo/CodeView/DebugChecksumsSubsection.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugCrossExSubsection.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugCrossImpSubsection.cpp
+SRCS_MIN+= DebugInfo/CodeView/DebugFrameDataSubsection.cpp
+SRCS_MIN+= DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
+SRCS_MIN+= DebugInfo/CodeView/DebugLinesSubsection.cpp
+SRCS_MIN+= DebugInfo/CodeView/DebugStringTableSubsection.cpp
+SRCS_MIW+= DebugInfo/CodeView/DebugSubsection.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugSubsectionRecord.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugSubsectionVisitor.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugSymbolRVASubsection.cpp
+SRCS_EXT+= DebugInfo/CodeView/DebugSymbolsSubsection.cpp
+SRCS_MIN+= DebugInfo/CodeView/EnumTables.cpp
+SRCS_MIN+= DebugInfo/CodeView/Formatters.cpp
+SRCS_MIN+= DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
+SRCS_MIN+= DebugInfo/CodeView/LazyRandomTypeCollection.cpp
+SRCS_MIN+= DebugInfo/CodeView/Line.cpp
+SRCS_MIN+= DebugInfo/CodeView/MergingTypeTableBuilder.cpp
+SRCS_MIN+= DebugInfo/CodeView/RecordName.cpp
+SRCS_MIN+= DebugInfo/CodeView/RecordSerialization.cpp
+SRCS_MIN+= DebugInfo/CodeView/SimpleTypeSerializer.cpp
+SRCS_EXT+= DebugInfo/CodeView/StringsAndChecksums.cpp
+SRCS_MIN+= DebugInfo/CodeView/SymbolDumper.cpp
- SRCS_EXT+= DebugInfo/CodeView/SymbolRecordHelpers.cpp
++SRCS_MIN+= DebugInfo/CodeView/SymbolRecordHelpers.cpp
+SRCS_MIN+= DebugInfo/CodeView/SymbolRecordMapping.cpp
+SRCS_EXT+= DebugInfo/CodeView/SymbolSerializer.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeDumpVisitor.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeHashing.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeIndex.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeIndexDiscovery.cpp
+SRCS_EXT+= DebugInfo/CodeView/TypeRecordHelpers.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeRecordMapping.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeStreamMerger.cpp
+SRCS_MIN+= DebugInfo/CodeView/TypeTableCollection.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFAcceleratorTable.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFAddressRange.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFCompileUnit.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFContext.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDataExtractor.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugAbbrev.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugAddr.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugArangeSet.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugAranges.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugFrame.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugLine.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugLoc.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugMacro.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugPubTable.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugRangeList.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDebugRnglists.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFDie.cpp
+SRCS_MIN+= DebugInfo/DWARF/DWARFExpression.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFFormValue.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFGdbIndex.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFListTable.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFTypePrinter.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFTypeUnit.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFUnit.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFUnitIndex.cpp
+SRCS_MIW+= DebugInfo/DWARF/DWARFVerifier.cpp
+SRCS_MIN+= DebugInfo/MSF/MSFBuilder.cpp
+SRCS_MIN+= DebugInfo/MSF/MSFCommon.cpp
+SRCS_EXT+= DebugInfo/MSF/MSFError.cpp
+SRCS_MIN+= DebugInfo/MSF/MappedBlockStream.cpp
+SRCS_EXT+= DebugInfo/PDB/GenericError.cpp
+SRCS_EXT+= DebugInfo/PDB/IPDBSourceFile.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/DbiModuleList.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/DbiStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/DbiStreamBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/EnumTables.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/FormatUtil.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/GSIStreamBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/GlobalsStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/Hash.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/HashTable.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/InfoStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/InfoStreamBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/InjectedSourceStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/InputFile.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/LinePrinter.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/ModuleDebugStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NamedStreamMap.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumGlobals.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumInjectedSources.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumLineNumbers.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumModules.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumSymbols.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeEnumTypes.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeExeSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeFunctionSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeInlineSiteSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeLineNumber.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativePublicSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeRawSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeSession.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeSourceFile.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeArray.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeEnum.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypePointer.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeTypedef.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeUDT.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/NativeTypeVTShape.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBFile.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBFileBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTable.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/PublicsStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/RawError.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/SymbolCache.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/SymbolStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/TpiHashing.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/TpiStream.cpp
+SRCS_EXT+= DebugInfo/PDB/Native/TpiStreamBuilder.cpp
+SRCS_EXT+= DebugInfo/PDB/PDB.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBContext.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBExtras.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBInterfaceAnchors.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymDumper.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolAnnotation.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolBlock.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolCompiland.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolCustom.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolData.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolExe.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolFunc.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolLabel.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolThunk.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeArray.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeCustom.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeDimension.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeEnum.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeFriend.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeManaged.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypePointer.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeUDT.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeVTable.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolUnknown.cpp
+SRCS_EXT+= DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
+SRCS_EXT+= DebugInfo/PDB/UDTLayout.cpp
+SRCS_MIW+= DebugInfo/Symbolize/DIFetcher.cpp
+SRCS_MIW+= DebugInfo/Symbolize/DIPrinter.cpp
+SRCS_MIW+= DebugInfo/Symbolize/Markup.cpp
+SRCS_MIW+= DebugInfo/Symbolize/MarkupFilter.cpp
+SRCS_MIW+= DebugInfo/Symbolize/SymbolizableObjectFile.cpp
+SRCS_MIW+= DebugInfo/Symbolize/Symbolize.cpp
+SRCS_MIW+= Debuginfod/DIFetcher.cpp
+SRCS_MIW+= Debuginfod/Debuginfod.cpp
+SRCS_MIW+= Debuginfod/HTTPClient.cpp
+SRCS_MIN+= Demangle/DLangDemangle.cpp
+SRCS_MIN+= Demangle/Demangle.cpp
+SRCS_MIN+= Demangle/ItaniumDemangle.cpp
+SRCS_MIN+= Demangle/MicrosoftDemangle.cpp
+SRCS_MIN+= Demangle/MicrosoftDemangleNodes.cpp
+SRCS_MIN+= Demangle/RustDemangle.cpp
+SRCS_XDB+= ExecutionEngine/ExecutionEngine.cpp
+SRCS_XDB+= ExecutionEngine/ExecutionEngineBindings.cpp
+SRCS_XDB+= ExecutionEngine/GDBRegistrationListener.cpp
+SRCS_XDB+= ExecutionEngine/Interpreter/Execution.cpp
+SRCS_XDB+= ExecutionEngine/Interpreter/ExternalFunctions.cpp
+SRCS_XDB+= ExecutionEngine/Interpreter/Interpreter.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/COFF.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/COFF_x86_64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/EHFrameSupport.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/ELF.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/ELF_aarch64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/ELF_riscv.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/ELF_x86_64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/ELFLinkGraphBuilder.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/JITLink.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/JITLinkGeneric.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/JITLinkMemoryManager.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/MachO.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/MachO_arm64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/MachO_x86_64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/MemoryFlags.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/aarch64.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/riscv.cpp
+SRCS_EXT+= ExecutionEngine/JITLink/x86_64.cpp
+SRCS_XDB+= ExecutionEngine/MCJIT/MCJIT.cpp
+SRCS_EXT+= ExecutionEngine/Orc/CompileOnDemandLayer.cpp
+SRCS_EXT+= ExecutionEngine/Orc/CompileUtils.cpp
+SRCS_EXT+= ExecutionEngine/Orc/Core.cpp
+SRCS_EXT+= ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
+SRCS_EXT+= ExecutionEngine/Orc/DebugUtils.cpp
+SRCS_EXT+= ExecutionEngine/Orc/ELFNixPlatform.cpp
+SRCS_EXT+= ExecutionEngine/Orc/EPCDebugObjectRegistrar.cpp
+SRCS_EXT+= ExecutionEngine/Orc/EPCEHFrameRegistrar.cpp
+SRCS_EXT+= ExecutionEngine/Orc/EPCGenericDylibManager.cpp
+SRCS_EXT+= ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.cpp
+SRCS_EXT+= ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.cpp
+SRCS_EXT+= ExecutionEngine/Orc/ExecutionUtils.cpp
+SRCS_EXT+= ExecutionEngine/Orc/ExecutorProcessControl.cpp
+SRCS_EXT+= ExecutionEngine/Orc/IRCompileLayer.cpp
+SRCS_EXT+= ExecutionEngine/Orc/IRTransformLayer.cpp
+SRCS_EXT+= ExecutionEngine/Orc/IndirectionUtils.cpp
+SRCS_EXT+= ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
*** 2825 LINES SKIPPED ***