Commits

Jordan Rose committed de2ecbb80ef
[Driver] Remove the notion of Tools, turn ToolChain into an Action visitor. The "Tool" abstraction wasn't buying us enough to deserve the added complexity. Now a ToolChain turns Actions into Jobs, and every helper tool is searched for relative to Swift first. Much simpler. Swift SVN r31563