From c40d4f85ddd6f822480f91dacd9646eec055c4ca Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 11 Mar 2009 22:52:25 +0000 Subject: [PATCH] update git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66733 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index fed323742c4..a186b0538f3 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -47,6 +47,7 @@ add_llvm_library(LLVMCodeGen ScheduleDAGPrinter.cpp ShadowStackGC.cpp SimpleRegisterCoalescing.cpp + Spiller.cpp StackProtector.cpp StackSlotColoring.cpp StrongPHIElimination.cpp