commit | 03e297e48e3b40e4530381e967da6b32c9667b62 | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Thu Jan 10 16:24:10 2019 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Thu Jan 10 16:24:10 2019 +0000 |
tree | ad87d8ce2da84272f71482e0414ec407e0add6b8 | |
parent | 4a9e2193a3a2420a28ae605a1b7874d0416791db [diff] |
[llvm-objdump] - Do not include reserved undefined symbol in -t output. This is https://bugs.llvm.org/show_bug.cgi?id=26892, GNU objdump hides the special symbol entry: SYMBOL TABLE: 000000000000a7e0 l F .text 00000000000003f9 bi_copymodules while llvm-objdump does not: SYMBOL TABLE: 0000000000000000 *UND* 00000000 000000000000a7e0 l F .text 000003f9 bi_copymodules Patch makes the behavior of the llvm-objdump to be consistent with the GNU objdump. Differential revision: https://reviews.llvm.org/D56076 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350840 91177308-0d34-0410-b5e6-96231b3b80d8