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