From: Ted Kremenek Date: Sat, 14 Aug 2010 01:55:09 +0000 (+0000) Subject: Update CMake build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=865287de4a93b9906bcfb2d57b66c32ed1fd870c;p=oota-llvm.git Update CMake build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111063 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index a8b9419ad20..2ef115dbd20 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -22,7 +22,7 @@ add_llvm_library(LLVMCodeGen LiveIntervalAnalysis.cpp LiveStackAnalysis.cpp LiveVariables.cpp - LocalStackAllocation.cpp + LocalStackSlotAllocation.cpp LowerSubregs.cpp MachineBasicBlock.cpp MachineCSE.cpp