summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-211-0/+4
* Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar2009-09-091-5/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-3/+3
* (llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar2009-05-221-3/+2
* Fix searching for gcc, we only want executable files.Mike Stump2009-03-271-2/+3
* Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar2009-03-241-28/+0
* Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar2009-03-181-2/+2
* Driver: Add test case for -ccc-clang-archs (which, it turns out, wasDaniel Dunbar2009-03-181-2/+2
* Driver: Pass HostInfo reference into ToolChain.Daniel Dunbar2009-03-171-9/+10
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-161-0/+62
OpenPOWER on IntegriCloud