It is possible to simplify the logic that extracts symbol names.
Depends on D94667.
It made the NMSymbol::Name to be std::string, what allowed this simplification.
Paths
| Differential D94669
[llvm-nm] - Simplify the code in dumpSymbolNamesFromObject. NFC. ClosedPublic Authored by grimar on Jan 14 2021, 3:51 AM.
Details Summary It is possible to simplify the logic that extracts symbol names. Depends on D94667.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 14 2021, 4:28 AM Closed by commit rG021ea78a97ed: [llvm-nm] - Simplify the code in dumpSymbolNamesFromObject. NFC. (authored by grimar). · Explain WhyJan 15 2021, 1:30 AM This revision was automatically updated to reflect the committed changes.
Diff 316871 llvm/tools/llvm-nm/llvm-nm.cpp
|