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

Kellie Medlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 17:30:20 PDT 2020


Ktwu created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Ktwu edited the summary of this revision.
Ktwu edited the summary of this revision.
Ktwu added a parent revision: D76252: [lld-macho] Add basic support for linking against dylibs.

This diff implements basic support for writing a symbol table.

- Attributes are loosely supported for extern symbols and not at all for other types

Depends on D76252 <https://reviews.llvm.org/D76252>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76742

Files:
  lld/MachO/InputSection.h
  lld/MachO/Writer.cpp
  lld/test/MachO/symtab_basic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76742.252459.patch
Type: text/x-patch
Size: 5019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/3ccf7910/attachment.bin>


More information about the llvm-commits mailing list