[PATCH] D60502: [llvm-nm] Add --special-syms
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 11 03:24:07 PDT 2019
evgeny777 marked an inline comment as done.
evgeny777 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"));
+
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60502/new/
https://reviews.llvm.org/D60502
More information about the llvm-commits
mailing list