summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* (llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar2009-05-221-3/+2
| | | | | | | - This commit has some messy stuff in it to extend string lifetimes, but that will go away once we switch to using the enum'd Triple interfaces. llvm-svn: 72243
* Fix searching for gcc, we only want executable files.Mike Stump2009-03-271-2/+3
| | | | llvm-svn: 67806
* Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar2009-03-241-28/+0
| | | | | | | Driver::ShouldUseClangCompiler. - No functionality change. llvm-svn: 67639
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-2/+2
| | | | | | | | | | | earlier. - This gives us a simple ownership model, and allows clients access to more information should they ever want it. - We now free Actions correctly. llvm-svn: 67158
* Driver: Add test case for -ccc-clang-archs (which, it turns out, wasDaniel Dunbar2009-03-181-2/+2
| | | | | | inverted). llvm-svn: 67135
* Driver: Pass HostInfo reference into ToolChain.Daniel Dunbar2009-03-171-9/+10
| | | | llvm-svn: 67105
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-161-0/+62
llvm-svn: 67036
OpenPOWER on IntegriCloud