| commit | 85dd0bd18d5c5f59207d993f35bdcc9033d3bbf7 | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Tue Aug 24 00:31:22 2010 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Tue Aug 24 00:31:22 2010 +0000 |
| tree | f57355baeee64b24382fd17dec53f2ce18d2813f | |
| parent | 9d4e471cc2a2d2632adf2c0339223341a1a22801 [diff] |
Move ExecuteCompilerInvocation to a new library FrontendTool 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