summaryrefslogtreecommitdiffstats
path: root/clang/lib/FrontendTool
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-3/+8
| | | | | | of whatever we were using before... llvm-svn: 113631
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+3
| | | | llvm-svn: 113489
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-243-0/+173
r110903 introduced a dependency from Frontend to every library that declared an Action by introducing Action references that previously resided in the driver in the file ExecuteCompilerInvocation.cpp. This patch moves ExecuteCompilerInvocation to a new library named FrontendTool which is intended to bear these dependencies. llvm-svn: 111873
OpenPOWER on IntegriCloud