[all-commits] [llvm/llvm-project] d87441: [llvm-profdata] Fix detailed summary format on Win...

Ellis Hoag via All-commits all-commits at lists.llvm.org
Thu Jan 23 13:46:47 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d87441a2420400166b1f6db107e2946c633ad41b
      https://github.com/llvm/llvm-project/commit/d87441a2420400166b1f6db107e2946c633ad41b
  Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
  Date:   2025-01-23 (Thu, 23 Jan 2025)

  Changed paths:
    M llvm/lib/IR/ProfileSummary.cpp
    M llvm/test/tools/llvm-profdata/general.proftext

  Log Message:
  -----------
  [llvm-profdata] Fix detailed summary format on Windows (#124169)

The detailed summary format was changed in
https://github.com/llvm/llvm-project/pull/105915 which broke
`llvm/test/tools/llvm-profdata/general.proftext` (XFAILed in
https://github.com/llvm/llvm-project/pull/124165). Apparently the
behavior of `%lu` is different between Linux and Windows, so I reverted
back to using `<<` style formats.



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