We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58fde5 commit e67cd15Copy full SHA for e67cd15
llvm/tools/llvm-size/llvm-size.cpp
@@ -76,7 +76,7 @@ static std::vector<StringRef> ArchFlags;
76
static bool ELFCommons;
77
static OutputFormatTy OutputFormat;
78
static bool DarwinLongFormat;
79
-static RadixTy Radix;
+static RadixTy Radix = RadixTy::decimal;
80
static bool TotalSizes;
81
82
static std::vector<std::string> InputFilenames;
0 commit comments