aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Job.cpp
AgeCommit message (Collapse)Author
2009-03-18Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar
its commands). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67179 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-18Driver: Rename Command::Argv to Command::Arguments to make it clearerDaniel Dunbar
that this does not include the implicit first argument (the executable name). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67172 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-13Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar
what processes to execute during a compilation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66985 91177308-0d34-0410-b5e6-96231b3b80d8