summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Driver: Remove some unused arguments.Daniel Dunbar2010-07-141-5/+2
| | | | llvm-svn: 108345
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-211-0/+4
| | | | | | object. llvm-svn: 91830
* Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar2009-09-091-5/+5
| | | | llvm-svn: 81389
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
| | | | llvm-svn: 81346
* (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