[PATCH] D110080: [llvm-profgen] Unify output format of unsymbolized profiles

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 21:10:33 PDT 2021


wenlei added a comment.

Looks like we're changing `(begin, end): count` to `begin-end: count`. Curious any restriction on the format, or reason why one is chosen over the other? Is that purely to align with internal raw output from fleet profiler?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110080/new/

https://reviews.llvm.org/D110080



More information about the llvm-commits mailing list