diff options
author | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-06-23 22:24:13 +0000 |
---|---|---|
committer | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2011-06-23 22:24:13 +0000 |
commit | 89b29d14bc718750d88f0846d4410910134020dd (patch) | |
tree | 0cd9c85b5dee37ef1f5059a8a0f4cda0b054683e /lib | |
parent | b1094a0621c3bf91141f7cd9684ca80b357ae61e (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.txt | 1 |
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 |