[PATCH] D83152: llvm-nm: add flag to suppress no symbols warning

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 09:59:39 PST 2021


kastiglione added a comment.

@MaskRay I haven't heard of coordination with binutils, can you say more about that? I'm particularly curious because `llvm-nm`, and other llvm tools, have many options not present in binutils. As an example @Keith added `--no-weak` previously.

How do flags get justified? I would accept this, because the complexity is so low (a bool used in one place), and non-breaking. But who am I to decide :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83152



More information about the llvm-commits mailing list