forked from OSchip/llvm-project
parent
dae8f9f1a2
commit
3d1464caee
|
@ -9,8 +9,6 @@ add_clang_library(clangARCMigrate
|
|||
TransAutoreleasePool.cpp
|
||||
TransBlockObjCVariable.cpp
|
||||
TransEmptyStatementsAndDealloc.cpp
|
||||
TransformActions.cpp
|
||||
Transforms.cpp
|
||||
TransGCAttrs.cpp
|
||||
TransGCCalls.cpp
|
||||
TransProperties.cpp
|
||||
|
@ -19,6 +17,8 @@ add_clang_library(clangARCMigrate
|
|||
TransUnbridgedCasts.cpp
|
||||
TransUnusedInitDelegate.cpp
|
||||
TransZeroOutPropsInDealloc.cpp
|
||||
TransformActions.cpp
|
||||
Transforms.cpp
|
||||
)
|
||||
|
||||
add_dependencies(clangARCMigrate
|
||||
|
|
Loading…
Reference in New Issue