[llvm] r238019 - Fix llvm-nm -S option.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri May 22 10:44:20 PDT 2015


> Was the removal of "|| SizeSort" here intentional? It looks somewhat
> reasonable, but you didn't mention it in the commit message.

Sorry, yes, it was.

With SizeSort llvm-nm has to collect all the addresses and sort them
to get the gaps ("sizes"). It is not clear from the documentation if
it should print gaps or sizes for ELF, so that is something that has
to be figured out once it is implemented.

Cheers,
Rafael



More information about the llvm-commits mailing list