The Command will refer back to the Tool as its source, so it has to outlive the Command.
Having the Tool on the stack would cause us to crash when using "clang-cl -GR -fallback", because if the Command fails, Driver::ExecuteCompilation tries to peek at the Command's source.