[PATCH] D133995: [BOLT] Control aggregation mode output profile file format

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 13:55:21 PDT 2022


maksfb added a comment.

Can you `s/ProfileOutput/ProfileFormat/g` and `s/profile-output/profile-format/g`?



================
Comment at: bolt/test/X86/pre-aggregated-perf.test:17
 
+# Test -profile-output option with perf2bolt
+RUN: perf2bolt %t.exe -o %t.fdata -pa -p %p/Inputs/pre-aggregated.txt \
----------------
nit: use double dash for long options.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133995



More information about the llvm-commits mailing list