150
|
1 set(LLVM_LINK_COMPONENTS
|
|
2 Option
|
173
|
3 FrontendOpenMP
|
150
|
4 Support
|
|
5 )
|
|
6
|
|
7 add_subdirectory(Core)
|
|
8 add_subdirectory(Inclusions)
|
|
9 add_subdirectory(Refactoring)
|
|
10 add_subdirectory(ASTDiff)
|
|
11 add_subdirectory(Syntax)
|
|
12 add_subdirectory(DependencyScanning)
|
|
13 add_subdirectory(Transformer)
|
|
14
|
|
15 add_clang_library(clangTooling
|
|
16 AllTUsExecution.cpp
|
|
17 ArgumentsAdjusters.cpp
|
|
18 CommonOptionsParser.cpp
|
|
19 CompilationDatabase.cpp
|
|
20 Execution.cpp
|
|
21 ExpandResponseFilesCompilationDatabase.cpp
|
|
22 FileMatchTrie.cpp
|
|
23 FixIt.cpp
|
|
24 GuessTargetAndModeCompilationDatabase.cpp
|
|
25 InterpolatingCompilationDatabase.cpp
|
|
26 JSONCompilationDatabase.cpp
|
|
27 Refactoring.cpp
|
|
28 RefactoringCallbacks.cpp
|
|
29 StandaloneExecution.cpp
|
|
30 Tooling.cpp
|
|
31
|
|
32 DEPENDS
|
|
33 ClangDriverOptions
|
|
34
|
|
35 LINK_LIBS
|
|
36 clangAST
|
|
37 clangASTMatchers
|
|
38 clangBasic
|
|
39 clangDriver
|
|
40 clangFormat
|
|
41 clangFrontend
|
|
42 clangLex
|
|
43 clangRewrite
|
|
44 clangSerialization
|
|
45 clangToolingCore
|
|
46 )
|