Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 1 | set(LLVM_USED_LIBS clangBasic clangAST clangParse) |
2 | |||||
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 3 | add_clang_library(clangDriver |
4 | Action.cpp | ||||
5 | Arg.cpp | ||||
6 | ArgList.cpp | ||||
Daniel Dunbar | 8adfcff | 2009-11-19 07:19:04 +0000 | [diff] [blame] | 7 | CC1Options.cpp |
Daniel Dunbar | 41b5b17 | 2010-05-20 17:49:16 +0000 | [diff] [blame] | 8 | CC1AsOptions.cpp |
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 9 | Compilation.cpp |
10 | Driver.cpp | ||||
Daniel Dunbar | 27e738d | 2009-11-19 00:15:11 +0000 | [diff] [blame] | 11 | DriverOptions.cpp |
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 12 | HostInfo.cpp |
Mike Stump | a43a21e | 2009-03-24 17:52:34 +0000 | [diff] [blame] | 13 | Job.cpp |
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 14 | Option.cpp |
Kovarththanan Rajaratnam | 909e6aa | 2010-03-22 18:16:06 +0000 | [diff] [blame] | 15 | OptTable.cpp |
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 16 | Phases.cpp |
Mike Stump | a43a21e | 2009-03-24 17:52:34 +0000 | [diff] [blame] | 17 | Tool.cpp |
18 | ToolChain.cpp | ||||
19 | ToolChains.cpp | ||||
20 | Tools.cpp | ||||
Gabor Greif | 3279575 | 2009-03-13 11:37:39 +0000 | [diff] [blame] | 21 | Types.cpp |
22 | ) | ||||
Douglas Gregor | 0adea82 | 2009-06-18 15:05:47 +0000 | [diff] [blame] | 23 | |
Michael J. Spencer | 560a921 | 2010-09-13 23:54:41 +0000 | [diff] [blame] | 24 | add_dependencies(clangDriver ClangAttrList ClangDiagnosticDriver |
25 | ClangDriverOptions ClangCC1Options ClangCC1AsOptions) |