diff options
Diffstat (limited to 'lib/CodeGen/Android.mk')
-rw-r--r-- | lib/CodeGen/Android.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/CodeGen/Android.mk b/lib/CodeGen/Android.mk index 5cb351d..ec3cd77 100644 --- a/lib/CodeGen/Android.mk +++ b/lib/CodeGen/Android.mk @@ -24,6 +24,7 @@ codegen_SRC_FILES := \ ForwardControlFlowIntegrity.cpp \ GCMetadata.cpp \ GCMetadataPrinter.cpp \ + GCRootLowering.cpp \ GCStrategy.cpp \ GlobalMerge.cpp \ IfConversion.cpp \ @@ -95,6 +96,7 @@ codegen_SRC_FILES := \ ScheduleDAGPrinter.cpp \ ScoreboardHazardRecognizer.cpp \ ShadowStackGC.cpp \ + ShadowStackGCLowering.cpp \ SjLjEHPrepare.cpp \ SlotIndexes.cpp \ SpillPlacement.cpp \ @@ -104,6 +106,7 @@ codegen_SRC_FILES := \ StackMaps.cpp \ StackProtector.cpp \ StackSlotColoring.cpp \ + StatepointExampleGC.cpp \ TailDuplication.cpp \ TargetFrameLoweringImpl.cpp \ TargetInstrInfo.cpp \ @@ -114,7 +117,8 @@ codegen_SRC_FILES := \ TargetSchedule.cpp \ TwoAddressInstructionPass.cpp \ UnreachableBlockElim.cpp \ - VirtRegMap.cpp + VirtRegMap.cpp \ + WinEHPrepare.cpp # For the host # ===================================================== |