You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[llvm-profdata] Fix detailed summary format on Windows (#124169)
The detailed summary format was changed in
#105915 which broke
`llvm/test/tools/llvm-profdata/general.proftext` (XFAILed in
#124165). Apparently the
behavior of `%lu` is different between Linux and Windows, so I reverted
back to using `<<` style formats.
0 commit comments