[PATCH] D60502: [llvm-nm] Add --special-syms
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 02:40:52 PDT 2019
jhenderson added inline comments.
================
Comment at: tools/llvm-nm/llvm-nm.cpp:168
+cl::opt<bool> SpecialSyms("special-syms",
+ cl::desc("No-op. Used for GNU compatibility only"));
+
----------------
evgeny777 wrote:
> evgeny777 wrote:
> > jhenderson wrote:
> > > What does --special-syms do in GNU nm?
> > By default `llvm-nm` doesn't show ARM special symbols: $d.*, $x.*, etc.
> > The --special-syms forces nm to dump entire symbol table.
> Sorry , I actually meant that `nm` doesn't show special symbols, not `llvm-nm`
Okay, thanks. llvm-nm shows them by default, I take it? I wonder if this is something we should change for compatibility?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60502/new/
https://reviews.llvm.org/D60502
More information about the llvm-commits
mailing list