diff options
| author | Douglas Gregor <dgregor@apple.com> | 2009-11-04 01:32:06 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2009-11-04 01:32:06 +0000 |
| commit | 90790c77815630dff59052eff0d3aad67b416cd6 (patch) | |
| tree | c1ef171e922f91689623eaebfc9f50f48eed8c68 /llvm/lib | |
| parent | f9d41df0930986c52e198292cf875eb5d1761ece (diff) | |
| download | bcm5719-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.txt | 2 |
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 |

