[llvm-commits] [llvm] r133981 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
Chandler Carruth
chandlerc at gmail.com
Mon Jun 27 19:03:12 PDT 2011
Author: chandlerc
Date: Mon Jun 27 21:03:12 2011
New Revision: 133981
URL: http://llvm.org/viewvc/llvm-project?rev=133981&view=rev
Log:
Fix CMake build by removing this now dead file.
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=133981&r1=133980&r2=133981&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Mon Jun 27 21:03:12 2011
@@ -59,7 +59,6 @@
Passes.cpp
PeepholeOptimizer.cpp
PostRASchedulerList.cpp
- PreAllocSplitting.cpp
ProcessImplicitDefs.cpp
PrologEpilogInserter.cpp
PseudoSourceValue.cpp
More information about the llvm-commits
mailing list