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

Kellie Medlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 18:01:38 PDT 2020


Ktwu updated this revision to Diff 255553.
Ktwu added a comment.

Addressing request to split generating content and assigning addresses. This doesn't functionally
do anything different than before since nothing in the writer is parallelized, but in principle
this could be adapted to be so.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76742

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputSection.h
  lld/MachO/OutputSegment.cpp
  lld/MachO/OutputSegment.h
  lld/MachO/Writer.cpp
  lld/test/MachO/symtab.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76742.255553.patch
Type: text/x-patch
Size: 8753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200407/8c7eb0d7/attachment.bin>


More information about the llvm-commits mailing list