Remove unused ToolChain arg from Driver::ConstructPhaseAction and BuildAction.
authorJustin Lebar <jlebar@google.com>
Thu, 11 Feb 2016 02:00:50 +0000 (02:00 +0000)
committerJustin Lebar <jlebar@google.com>
Thu, 11 Feb 2016 02:00:50 +0000 (02:00 +0000)
commit0f3474c1dcd0650696c1a2cdfdf57a3982a25e3c
tree35be8dda070a82494a05b42199293e2c79ea0ce5
parent6f46de21e1950139ec6583c3b15249856b288d45
Remove unused ToolChain arg from Driver::ConstructPhaseAction and BuildAction.

Summary:
Actions don't depend on the toolchain; they get bound to a particular
toolchain via BindArch.

No functional changes.

Reviewers: echristo

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D17100

llvm-svn: 260478
clang/include/clang/Driver/Driver.h
clang/lib/Driver/Driver.cpp