aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChain.cpp
AgeCommit message (Expand)Author
2009-05-22(llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar
2009-03-27Fix searching for gcc, we only want executable files.Mike Stump
2009-03-24Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar
2009-03-18Driver: Move actions into Compilation, and construct the compilationDaniel Dunbar
2009-03-18Driver: Add test case for -ccc-clang-archs (which, it turns out, wasDaniel Dunbar
2009-03-17Driver: Pass HostInfo reference into ToolChain.Daniel Dunbar
2009-03-16Driver: Sketch Tool and ToolChain classes.Daniel Dunbar