[all-commits] [llvm/llvm-project] d15c61: [llvm-size] Initialize Radix to correct value (#12...

Vitaly Buka via All-commits all-commits at lists.llvm.org
Mon Feb 24 12:58:24 PST 2025


  Branch: refs/heads/users/vitalybuka/spr/main.llvm-size-early-return-with-error-on-invalid-args
  Home:   https://github.com/llvm/llvm-project
  Commit: d15c615f250e44484878f89ca51bcde3a2e88124
      https://github.com/llvm/llvm-project/commit/d15c615f250e44484878f89ca51bcde3a2e88124
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2025-02-24 (Mon, 24 Feb 2025)

  Changed paths:
    M llvm/tools/llvm-size/llvm-size.cpp

  Log Message:
  -----------
  [llvm-size] Initialize Radix to correct value (#128447)

Without the patch, invalid --radix, makes Radix to be 0, and result
in invalid format specifier ` %#7 `, instead of e.g ` %#7x `.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list