aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-23 22:24:13 +0000
committerSean Hunt <scshunt@csclub.uwaterloo.ca>2011-06-23 22:24:13 +0000
commit89b29d14bc718750d88f0846d4410910134020dd (patch)
tree0cd9c85b5dee37ef1f5059a8a0f4cda0b054683e /lib
parentb1094a0621c3bf91141f7cd9684ca80b357ae61e (diff)
Unbreak the CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/ARCMigrate/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ARCMigrate/CMakeLists.txt b/lib/ARCMigrate/CMakeLists.txt
index fc90fa1e2a..5f2711e36f 100644
--- a/lib/ARCMigrate/CMakeLists.txt
+++ b/lib/ARCMigrate/CMakeLists.txt
@@ -4,7 +4,6 @@ add_clang_library(clangARCMigrate
ARCMT.cpp
ARCMTActions.cpp
FileRemapper.cpp
- TransAllocCopyWithZone.cpp
TransARCAssign.cpp
TransAutoreleasePool.cpp
TransBlockObjCVariable.cpp