2011-06-15 23:25:17 +00:00
|
|
|
set(LLVM_USED_LIBS clangBasic clangAST clangParse clangFrontend clangRewrite)
|
|
|
|
|
|
|
|
add_clang_library(clangARCMigrate
|
|
|
|
ARCMT.cpp
|
2011-06-16 16:17:05 +00:00
|
|
|
ARCMTActions.cpp
|
2011-06-15 23:25:17 +00:00
|
|
|
FileRemapper.cpp
|
2011-07-19 17:26:28 +00:00
|
|
|
PlistReporter.cpp
|
2011-07-18 07:44:45 +00:00
|
|
|
TransAPIUses.cpp
|
2011-06-21 20:20:39 +00:00
|
|
|
TransARCAssign.cpp
|
|
|
|
TransAutoreleasePool.cpp
|
|
|
|
TransBlockObjCVariable.cpp
|
2011-06-21 22:16:17 +00:00
|
|
|
TransEmptyStatementsAndDealloc.cpp
|
2011-06-15 23:25:17 +00:00
|
|
|
TransformActions.cpp
|
|
|
|
Transforms.cpp
|
2011-06-21 20:20:39 +00:00
|
|
|
TransProperties.cpp
|
|
|
|
TransRetainReleaseDealloc.cpp
|
|
|
|
TransUnbridgedCasts.cpp
|
|
|
|
TransUnusedInitDelegate.cpp
|
|
|
|
TransZeroOutPropsInDealloc.cpp
|
2011-06-15 23:25:17 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangARCMigrate
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
|
|
|
ClangDeclNodes
|
|
|
|
ClangStmtNodes)
|