forked from OSchip/llvm-project
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:
parent
b4733e6fd2
commit
379294685b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue