[PATCH] D57019: [llvm-objdump] - Introduce getRelocsMap() helper. NFCI.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 22 04:29:35 PST 2019


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM. I would sound a note of caution that disassembly performance is important, but it looks like this has the potential to improve it!



================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:871
 
+// Returns a map from sections to its relocations.
+static std::map<SectionRef, std::vector<RelocationRef>>
----------------
to its -> to their


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57019/new/

https://reviews.llvm.org/D57019





More information about the llvm-commits mailing list