Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | Driver: ConstructJob also needs to know the destination (where to put | Daniel Dunbar | |
its commands). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67179 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-03-18 | Driver: Rename Command::Argv to Command::Arguments to make it clearer | Daniel 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-13 | Driver: Add simple Job classes, simple wrappers for information about | Daniel 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 |