[PATCH] D102219: Optimize GSymCreator::finalize.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 15:09:07 PDT 2021


clayborg added a comment.

> ! In D102219#2755080 <https://reviews.llvm.org/D102219#2755080>, @simon.giesecke wrote:



> Would it make sense to add an option to llvm-gsymutil to disable these warnings, if they are normal? When running this inside a larger build script, the presence of such normal warnings may be confusing, yet suppressing all output from `llvm-gsymutil` doesn't seem to be a good idea.

I would be fine with adding a --quiet option or --suppress-warnings to llvm-gsymutil. I would look around to try and match any other tools that already exist. In a separate patch of course.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102219



More information about the llvm-commits mailing list