[llvm] [tools][llc] Add `--save-stats` option (PR #163967)

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 21 08:47:27 PDT 2025


MatzeB wrote:

Given `--stats` is defined in `lib/Support` you kinda get a `--stats` switch for every tool linking against libSupport. Can't you define the new option there as well so it is available everywhere?

https://github.com/llvm/llvm-project/pull/163967


More information about the llvm-commits mailing list