summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Tool.cpp')
-rw-r--r--lib/Driver/Tool.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Driver/Tool.cpp b/lib/Driver/Tool.cpp
index 52c047b8dd..090418e3be 100644
--- a/lib/Driver/Tool.cpp
+++ b/lib/Driver/Tool.cpp
@@ -11,5 +11,8 @@
using namespace clang::driver;
+Tool::Tool(const ToolChain &TC) : TheToolChain(TC) {
+}
+
Tool::~Tool() {
}