1 | set(LLVM_LINK_COMPONENTS |
2 | Support |
3 | ) |
4 | |
5 | add_clang_library(clangARCMigrate |
6 | ARCMT.cpp |
7 | ARCMTActions.cpp |
8 | FileRemapper.cpp |
9 | ObjCMT.cpp |
10 | PlistReporter.cpp |
11 | TransAPIUses.cpp |
12 | TransARCAssign.cpp |
13 | TransAutoreleasePool.cpp |
14 | TransBlockObjCVariable.cpp |
15 | TransEmptyStatementsAndDealloc.cpp |
16 | TransGCAttrs.cpp |
17 | TransGCCalls.cpp |
18 | TransProperties.cpp |
19 | TransProtectedScope.cpp |
20 | TransRetainReleaseDealloc.cpp |
21 | TransUnbridgedCasts.cpp |
22 | TransUnusedInitDelegate.cpp |
23 | TransZeroOutPropsInDealloc.cpp |
24 | TransformActions.cpp |
25 | Transforms.cpp |
26 | |
27 | LINK_LIBS |
28 | clangAST |
29 | clangAnalysis |
30 | clangBasic |
31 | clangEdit |
32 | clangFrontend |
33 | clangLex |
34 | clangRewrite |
35 | clangSema |
36 | clangSerialization |
37 | ) |
38 | |