[PATCH] D56063: [llvm-nm] Allow --size-sort to print symbols with only Symbol size
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 27 11:46:46 PST 2018
rupprecht added inline comments.
================
Comment at: tools/llvm-nm/llvm-nm.cpp:832
strcpy(SymbolAddrStr, printBlanks);
- else
+ else if(PrintAddress)
format(printFormat, I->Address)
----------------
Reverting this part of the change doesn't seem to cause any tests to fail, can you add a test case that covers it?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56063/new/
https://reviews.llvm.org/D56063
More information about the llvm-commits
mailing list