From 3c02aca2380bc95a3ce5799929354612c67cc105 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 23 Apr 2008 23:15:23 +0000 Subject: Make these variables static. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50196 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Timer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Support/Timer.cpp') diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 6d4a2c29fb..9cbb3c705c 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -39,12 +39,12 @@ static std::string &getLibSupportInfoOutputFilename() { } namespace { - cl::opt + static cl::opt TrackSpace("track-memory", cl::desc("Enable -time-passes memory " "tracking (this may be slow)"), cl::Hidden); - cl::opt + static cl::opt InfoOutputFilename("info-output-file", cl::value_desc("filename"), cl::desc("File to append -stats and -timer output to"), cl::Hidden, cl::location(getLibSupportInfoOutputFilename())); -- cgit v1.2.3