[llvm] [llvm-profdata] Disable -all-functions by default (PR #138105)
Nabeel Omer via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 06:30:47 PDT 2025
omern1 wrote:
> > ... and I think line 3018 should probably be changed similarly?
> I'll do so shortly.
It doesn't look like this is needed, the code on line 3019 just prints the number of functions displayed.
> Does this need a release note and updates to the documentation? Seems like a change in behavior users should be made aware of.
The documentation for `llvm-profdata show` does not mention this behaviour so I don't think we need to change it. It only documents the behaviour of the arguments.
I've added a release note for this change though.
https://github.com/llvm/llvm-project/pull/138105
More information about the llvm-commits
mailing list