[llvm-commits] [llvm] r85994 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
Douglas Gregor
dgregor at apple.com
Tue Nov 3 17:32:06 PST 2009
Author: dgregor
Date: Tue Nov 3 19:32:06 2009
New Revision: 85994
URL: http://llvm.org/viewvc/llvm-project?rev=85994&view=rev
Log:
Fix CMake makefiles
Modified:
llvm/trunk/lib/CodeGen/CMakeLists.txt
Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=85994&r1=85993&r2=85994&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Tue Nov 3 19:32:06 2009
@@ -42,6 +42,7 @@
Passes.cpp
PostRASchedulerList.cpp
PreAllocSplitting.cpp
+ ProcessImplicitDefs.cpp
PrologEpilogInserter.cpp
PseudoSourceValue.cpp
RegAllocLinearScan.cpp
@@ -57,6 +58,7 @@
ShrinkWrapping.cpp
SimpleRegisterCoalescing.cpp
SjLjEHPrepare.cpp
+ SlotIndexes.cpp
Spiller.cpp
StackProtector.cpp
StackSlotColoring.cpp
More information about the llvm-commits
mailing list