[PATCH] D76742: [lld-macho] Add basic symbol table output

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 14:06:10 PDT 2020


smeenai added inline comments.


================
Comment at: lld/MachO/SyntheticSections.h:99
 // Stores the strings referenced by the symbol table.
 class StringPoolSection : public InputSection {
 public:
----------------
Should this be part of this diff instead of the previous one?

Also, the same comment about renaming this to string table everywhere applies.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76742





More information about the llvm-commits mailing list