summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-09-27 19:38:59 +0000
committerMatthias Braun <matze@braunis.de>2016-09-27 19:38:59 +0000
commitec1c5a2048e8588d58727fecd7ab3d36732203a7 (patch)
treedd0e12f4a9ce5e7b626f29e9cb431b67e6ba5bf4 /clang/lib/Frontend/CompilerInstance.cpp
parent5391ffb671d16003d8efb0a65b4a8f156f9f02bc (diff)
downloadbcm5719-llvm-ec1c5a2048e8588d58727fecd7ab3d36732203a7.tar.gz
bcm5719-llvm-ec1c5a2048e8588d58727fecd7ab3d36732203a7.zip
Adapt to LLVM EnableStatistics() change.
llvm-svn: 282533
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index 67b0c2e0746..f3e883959da 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -859,7 +859,7 @@ bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
createFrontendTimer();
if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty())
- llvm::EnableStatistics();
+ llvm::EnableStatistics(false);
for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) {
// Reset the ID tables if we are reusing the SourceManager and parsing
OpenPOWER on IntegriCloud