diff options
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 6 |
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 |