aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/ExecuteCompilerInvocation.cpp
AgeCommit message (Collapse)Author
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111873 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-16Add two options for playing with modules.Sebastian Redl
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111166 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-12Frontend: Move the bulk of the cc1_main() processing intoDaniel Dunbar
ExecuteCompilerInvocation in libFrontend. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110903 91177308-0d34-0410-b5e6-96231b3b80d8