aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/Driver.cpp')
-rw-r--r--lib/Driver/Driver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index 4faaed1c74..6f75d3e7f9 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -23,7 +23,6 @@
#include "clang/Driver/Types.h"
#include "clang/Basic/Version.h"
-#include "clang/Frontend/PCHBitCodes.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/PrettyStackTrace.h"
@@ -358,8 +357,6 @@ void Driver::PrintVersion(const Compilation &C) const {
llvm::errs() << "clang version " CLANG_VERSION_STRING " ("
<< vers << " " << revision << ")" << "\n";
- llvm::errs() << "PCH version " << pch::VERSION_MAJOR << "."
- << pch::VERSION_MINOR << "\n";
const ToolChain &TC = C.getDefaultToolChain();
llvm::errs() << "Target: " << TC.getTripleString() << '\n';