summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Driver: Add darwin::Link tool.Daniel Dunbar2009-03-261-0/+32
| | | | | | | - <rdar://problem/6717381> [driver] implement ld argument translation in new driver llvm-svn: 67760
* Driver: Add and use darwin::Assemble tool.Daniel Dunbar2009-03-201-1/+17
| | | | | | - Based on patch from Pieter de Bie; thanks! llvm-svn: 67379
* Driver: Add darwin::Lipo tool.Daniel Dunbar2009-03-201-0/+18
| | | | llvm-svn: 67355
* Driver: Lift out common GCC tool and implement generic GCC toolDaniel Dunbar2009-03-181-38/+31
| | | | | | | | argument translation. Also, stub out clang tool implementation a bit more. llvm-svn: 67185
* Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar2009-03-181-0/+6
| | | | | | its commands). llvm-svn: 67179
* Driver: Add a dash of const.Daniel Dunbar2009-03-181-6/+12
| | | | llvm-svn: 67170
* Driver: Stub out Tool::ConstructJob.Daniel Dunbar2009-03-181-0/+30
| | | | llvm-svn: 67169
* Driver: Add name to Tool (for testing/debugging) and move GCC_* toolsDaniel Dunbar2009-03-171-11/+14
| | | | | | into gcc:: namespace. llvm-svn: 67120
* Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace.Daniel Dunbar2009-03-171-7/+7
| | | | llvm-svn: 67110
* Driver: Stub out generic GCC tool selection (missed a file)Daniel Dunbar2009-03-171-0/+79
llvm-svn: 67109
OpenPOWER on IntegriCloud