summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2016-01-19 03:57:18 +0000
committerPhilip Reames <listmail@philipreames.com>2016-01-19 03:57:18 +0000
commit31955002975b5ae9e4130d0fbeb954bbeb0f95f0 (patch)
tree3e04060270c70ddd2ec9d4dc2062006ea8174940 /llvm/lib/CodeGen/CMakeLists.txt
parente708747129f89eb8ff4500f6284c420c63f77302 (diff)
downloadbcm5719-llvm-31955002975b5ae9e4130d0fbeb954bbeb0f95f0.tar.gz
bcm5719-llvm-31955002975b5ae9e4130d0fbeb954bbeb0f95f0.zip
[GC] Consolidate all built in GCs into a single file [NFC]
Combine a bunch of small files into a single, still rather small, file. The primary purpose of this is to get all of the static initializers into a single file so as to have a well defined order of initialization. llvm-svn: 258109
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 358a49f55f5..b7c1bd32d38 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -10,18 +10,17 @@ add_llvm_library(LLVMCodeGen
AtomicExpandPass.cpp
BasicTargetTransformInfo.cpp
BranchFolding.cpp
+ BuiltinGCs.cpp
CalcSpillWeights.cpp
CallingConvLower.cpp
CodeGen.cpp
CodeGenPrepare.cpp
- CoreCLRGC.cpp
CriticalAntiDepBreaker.cpp
DFAPacketizer.cpp
DeadMachineInstructionElim.cpp
DwarfEHPrepare.cpp
EarlyIfConversion.cpp
EdgeBundles.cpp
- ErlangGC.cpp
ExecutionDepsFix.cpp
ExpandISelPseudos.cpp
ExpandPostRAPseudos.cpp
@@ -84,7 +83,6 @@ add_llvm_library(LLVMCodeGen
MachineVerifier.cpp
MIRPrinter.cpp
MIRPrintingPass.cpp
- OcamlGC.cpp
OptimizePHIs.cpp
PHIElimination.cpp
PHIEliminationUtils.cpp
@@ -109,7 +107,6 @@ add_llvm_library(LLVMCodeGen
ScheduleDAGPrinter.cpp
ScoreboardHazardRecognizer.cpp
ShrinkWrap.cpp
- ShadowStackGC.cpp
ShadowStackGCLowering.cpp
SjLjEHPrepare.cpp
SlotIndexes.cpp
@@ -120,7 +117,6 @@ add_llvm_library(LLVMCodeGen
StackSlotColoring.cpp
StackMapLivenessAnalysis.cpp
StackMaps.cpp
- StatepointExampleGC.cpp
TailDuplication.cpp
TargetFrameLoweringImpl.cpp
TargetInstrInfo.cpp
OpenPOWER on IntegriCloud