[PATCH] D56858: [llvm-objdump][NFC] Improve readability.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 17 08:27:56 PST 2019
courbet created this revision.
courbet added reviewers: jhenderson, davide.
Herald added a subscriber: rupprecht.
Introduce a `struct SectionSymbol` instead of
`tuple<uint64_t, StringRef, uint8>`.
Repository:
rL LLVM
https://reviews.llvm.org/D56858
Files:
tools/llvm-objdump/llvm-objdump.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56858.182297.patch
Type: text/x-patch
Size: 6643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/5f72e01a/attachment.bin>
More information about the llvm-commits
mailing list