[PATCH] D137368: [lld-macho] Overhaul map file code

Roger Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 13:01:34 PST 2022


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

Nice!



================
Comment at: lld/MachO/MapFile.cpp:176-178
+        for (auto &p : liveCStrings) {
+          uint64_t addr = p.first;
+          const CStringInfo &info = p.second;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137368



More information about the llvm-commits mailing list