diff options
author | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2019-02-03 22:40:01 +0000 |
---|---|---|
committer | Sunil Srivastava <sunil_srivastava@playstation.sony.com> | 2019-02-03 22:40:01 +0000 |
commit | b33b410283e2759797b5ed264a4c6889a80fc5bb (patch) | |
tree | e6c890808ff471e596f3bde01ace18f50ac14d49 /llvm/lib/Support/CommandLine.cpp | |
parent | 6ccad0a7d03b672e8653dfd4722ac10e26d3901f (diff) | |
download | llvm-b33b410283e2759797b5ed264a4c6889a80fc5bb.zip llvm-b33b410283e2759797b5ed264a4c6889a80fc5bb.tar.gz llvm-b33b410283e2759797b5ed264a4c6889a80fc5bb.tar.bz2 |
Compute the correct symbol size in llvm-nm even without --print-size
In llvm-nm, the symbol size was being computed only with --print-size option,
even though it was being printed in other cases, such as with --format=posix.
This patch simply removes the guard, so that the size is computed
independently of the later decision to print it or not.
Fixes PR39997.
Differential Revision: https://reviews.llvm.org/D57599
llvm-svn: 353011
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions