1 set(LLVM_LINK_COMPONENTS
5 # By default MSVC has a 2^16 limit on the number of sections in an object
6 # file, and Transforms.cpp needs more than that.
8 set_source_files_properties(Transforms.cpp PROPERTIES COMPILE_FLAGS /bigobj)
11 add_clang_library(clangARCMigrate
19 TransAutoreleasePool.cpp
20 TransBlockObjCVariable.cpp
21 TransEmptyStatementsAndDealloc.cpp
25 TransProtectedScope.cpp
26 TransRetainReleaseDealloc.cpp
27 TransUnbridgedCasts.cpp
28 TransUnusedInitDelegate.cpp
29 TransZeroOutPropsInDealloc.cpp