Skip to content

Commit

Permalink
Fix Ubuntu24 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaMityagina authored Jun 14, 2024
1 parent a8ba884 commit 35d4b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Support/FormatProviders.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ struct format_provider<
private:
public:
static void format(const T &V, llvm::raw_ostream &Stream, StringRef Style) {
HexPrintStyle HS;
HexPrintStyle HS = HexPrintStyle::PrefixUpper;
size_t Digits = 0;
if (consumeHexStyle(Style, HS)) {
Digits = consumeNumHexDigits(Style, HS, 0);
Expand Down

0 comments on commit 35d4b4e

Please sign in to comment.