Update comment to reflect that we use other tools via the toolchain to

handle more than just C.

llvm-svn: 254984
This commit is contained in:
Eric Christopher 2015-12-08 01:59:47 +00:00
parent b4733e6fd2
commit 379294685b
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ public:
/// Choose a tool to use to handle the action \p JA.
///
/// This can be overridden when a particular ToolChain needs to use
/// a C compiler other than Clang.
/// a compiler other than Clang.
virtual Tool *SelectTool(const JobAction &JA) const;
// Helper methods