summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-04 01:32:06 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-04 01:32:06 +0000
commit90790c77815630dff59052eff0d3aad67b416cd6 (patch)
treec1ef171e922f91689623eaebfc9f50f48eed8c68 /llvm/lib
parentf9d41df0930986c52e198292cf875eb5d1761ece (diff)
downloadbcm5719-llvm-90790c77815630dff59052eff0d3aad67b416cd6.tar.gz
bcm5719-llvm-90790c77815630dff59052eff0d3aad67b416cd6.zip
Fix CMake makefiles
llvm-svn: 85994
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index 416f4ba0148..9583edcbe44 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -42,6 +42,7 @@ add_llvm_library(LLVMCodeGen
Passes.cpp
PostRASchedulerList.cpp
PreAllocSplitting.cpp
+ ProcessImplicitDefs.cpp
PrologEpilogInserter.cpp
PseudoSourceValue.cpp
RegAllocLinearScan.cpp
@@ -57,6 +58,7 @@ add_llvm_library(LLVMCodeGen
ShrinkWrapping.cpp
SimpleRegisterCoalescing.cpp
SjLjEHPrepare.cpp
+ SlotIndexes.cpp
Spiller.cpp
StackProtector.cpp
StackSlotColoring.cpp
OpenPOWER on IntegriCloud