[llvm-commits] [llvm] r83575 - /llvm/trunk/lib/Analysis/CMakeLists.txt
Douglas Gregor
dgregor at apple.com
Thu Oct 8 14:24:34 PDT 2009
Author: dgregor
Date: Thu Oct 8 16:24:34 2009
New Revision: 83575
URL: http://llvm.org/viewvc/llvm-project?rev=83575&view=rev
Log:
Update CMake build yet again after a source file was removed
Modified:
llvm/trunk/lib/Analysis/CMakeLists.txt
Modified: llvm/trunk/lib/Analysis/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/CMakeLists.txt?rev=83575&r1=83574&r2=83575&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/CMakeLists.txt (original)
+++ llvm/trunk/lib/Analysis/CMakeLists.txt Thu Oct 8 16:24:34 2009
@@ -21,7 +21,6 @@
LoopDependenceAnalysis.cpp
LoopInfo.cpp
LoopPass.cpp
- LoopVR.cpp
MallocHelper.cpp
MemoryDependenceAnalysis.cpp
PointerTracking.cpp
More information about the llvm-commits
mailing list