aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/ToolChain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Driver/ToolChain.h')
-rw-r--r--include/clang/Driver/ToolChain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/ToolChain.h b/include/clang/Driver/ToolChain.h
index 68d0db176d..ae9e397644 100644
--- a/include/clang/Driver/ToolChain.h
+++ b/include/clang/Driver/ToolChain.h
@@ -127,7 +127,7 @@ public:
}
/// Choose a tool to use to handle the action \p JA.
- Tool &SelectTool(const JobAction &JA) const;
+ Tool *SelectTool(const JobAction &JA) const;
// Helper methods