aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Path.cpp
diff options
context:
space:
mode:
authorVolodymyr Sapsai <vsapsai@apple.com>2020-10-19 18:25:35 -0700
committerVolodymyr Sapsai <vsapsai@apple.com>2020-10-19 18:27:30 -0700
commita28678e20a112f8851fda2550e415924420bdcd5 (patch)
treeb8219a2ea726de2f3a1ff6271f02bb302acd598f /llvm/lib/Support/Path.cpp
parent3a85472af2b6f758c43999e0c013142271f72e74 (diff)
downloadllvm-a28678e20a112f8851fda2550e415924420bdcd5.zip
llvm-a28678e20a112f8851fda2550e415924420bdcd5.tar.gz
llvm-a28678e20a112f8851fda2550e415924420bdcd5.tar.bz2
Revert "Reland "[Modules] Add stats to measure performance of building and loading modules.""
This reverts commit 4000c9ee18ecebe3ff0f197af8c1fb434ad986e5. Test "LLVM :: Other/statistic.ll" is failing on Windows.
Diffstat (limited to 'llvm/lib/Support/Path.cpp')
-rw-r--r--llvm/lib/Support/Path.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Support/Path.cpp b/llvm/lib/Support/Path.cpp
index 7f4b7cb..bbc02a2 100644
--- a/llvm/lib/Support/Path.cpp
+++ b/llvm/lib/Support/Path.cpp
@@ -12,7 +12,6 @@
#include "llvm/Support/Path.h"
#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/Statistic.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Errc.h"
@@ -32,10 +31,6 @@
using namespace llvm;
using namespace llvm::support::endian;
-#define DEBUG_TYPE "file-system"
-
-ALWAYS_ENABLED_STATISTIC(NumStatusCalls, "Number of `status` calls.");
-
namespace {
using llvm::StringRef;
using llvm::sys::path::is_separator;