[PATCH] D65537: Print reasonable representations of type names in llvm-nm, readelf and readobj.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 02:15:13 PDT 2019
jhenderson added inline comments.
================
Comment at: lib/Object/ELFObjectFile.cpp:46
{"TLS", "TLS", ELF::STT_TLS},
- {"GNU_IFunc", "IFUNC", ELF::STT_GNU_IFUNC}};
+ {"GNU_IFunc", "IFUNC", ELF::STT_GNU_IFUNC},
+ {"Unknown 7", "<unknown>: 7", 7},
----------------
This should probably be moved so that it's in numerical order, i.e. between 9 and 11.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65537/new/
https://reviews.llvm.org/D65537
More information about the llvm-commits
mailing list