mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Make these variables static.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50196 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -39,12 +39,12 @@ static std::string &getLibSupportInfoOutputFilename() {
|
||||
}
|
||||
|
||||
namespace {
|
||||
cl::opt<bool>
|
||||
static cl::opt<bool>
|
||||
TrackSpace("track-memory", cl::desc("Enable -time-passes memory "
|
||||
"tracking (this may be slow)"),
|
||||
cl::Hidden);
|
||||
|
||||
cl::opt<std::string, true>
|
||||
static cl::opt<std::string, true>
|
||||
InfoOutputFilename("info-output-file", cl::value_desc("filename"),
|
||||
cl::desc("File to append -stats and -timer output to"),
|
||||
cl::Hidden, cl::location(getLibSupportInfoOutputFilename()));
|
||||
|
||||
Reference in New Issue
Block a user