From 1d4c73860339f8eccf876635a0409e01e7062d8c Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 19 May 2009 00:18:14 +0000 Subject: Fix cmake builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72078 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CodeGen/CMakeLists.txt') diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 2866e0e..1beab04 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -49,6 +49,7 @@ add_llvm_library(LLVMCodeGen ShadowStackGC.cpp ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp + Spiller.cpp StackProtector.cpp StackSlotColoring.cpp StrongPHIElimination.cpp -- cgit v1.1