[PATCH] D83152: llvm-nm: add flag to suppress no symbols warning
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 20:20:27 PST 2021
keith added a comment.
> I think it is case by case. For this one, `2> /dev/null` is a simple and easy workaround. I find it difficult to argue against this choice. There was an equally good suggestion `--quiet` we cannot refute.
I disagree that this is a viable workaround since nm produces quite a few more errors that you likely don't want to filter out
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