summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/InputInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
| | | | | | | | | | | | | uncovered. This required manually correcting all of the incorrect main-module headers I could find, and running the new llvm/utils/sort_includes.py script over the files. I also manually added quite a few missing headers that were uncovered by shuffling the order or moving headers up to be main-module-headers. llvm-svn: 169237
* Driver: Eliminate special InputInfo kind for pipes, it is now unused.Daniel Dunbar2010-08-021-14/+1
| | | | llvm-svn: 110013
* Driver: Handle "linker input" arguments.Daniel Dunbar2009-03-191-14/+40
| | | | | | | | | - Make InputInfo a variant of filename, pipe, input argument, nothing. - Leave a FIXME in InputInfo that this should be revisited. llvm-svn: 67292
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+2
| | | | | | its commands). llvm-svn: 67179
* Driver: Add -ccc-print-bindings option (for testing); the PythonDaniel Dunbar2009-03-171-0/+16
| | | | | | driver has no corresponding option. llvm-svn: 67125
* Driver: Implement majority tool binding logic.Daniel Dunbar2009-03-161-0/+57
- Still need code for determining proper output location. - Doesn't work yet, of course, as the host isn't providing real tool chains. - Interface still has a few warts, but has gotten a nice bit of polish during the rewrite. llvm-svn: 67038
OpenPOWER on IntegriCloud