[cfe-commits] r133557 - /cfe/trunk/lib/ARCMigrate/CMakeLists.txt

Sean Hunt scshunt at csclub.uwaterloo.ca
Tue Jun 21 15:16:17 PDT 2011


Author: coppro
Date: Tue Jun 21 17:16:17 2011
New Revision: 133557

URL: http://llvm.org/viewvc/llvm-project?rev=133557&view=rev
Log:
Unbreak the CMake build

Modified:
    cfe/trunk/lib/ARCMigrate/CMakeLists.txt

Modified: cfe/trunk/lib/ARCMigrate/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ARCMigrate/CMakeLists.txt?rev=133557&r1=133556&r2=133557&view=diff
==============================================================================
--- cfe/trunk/lib/ARCMigrate/CMakeLists.txt (original)
+++ cfe/trunk/lib/ARCMigrate/CMakeLists.txt Tue Jun 21 17:16:17 2011
@@ -8,7 +8,7 @@
   TransARCAssign.cpp
   TransAutoreleasePool.cpp
   TransBlockObjCVariable.cpp
-  TransEmptyStatements.cpp
+  TransEmptyStatementsAndDealloc.cpp
   TransformActions.cpp
   Transforms.cpp
   TransProperties.cpp





More information about the cfe-commits mailing list