[PATCH] D79051: [lld-macho][reland] Add support for emitting dylibs with a single symbol

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 16:13:19 PDT 2020


int3 created this revision.
int3 added reviewers: alexshap, christylee, smeenai, ruiu, MaskRay, pcc, Ktwu.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This got reverted due to UBSAN errors in a diff lower in the stack,
which is being fixed in D79050: [lld-macho][reland] Add basic symbol table output <https://reviews.llvm.org/D79050>. This diff is otherwise identical to
the original D76908: [lld-macho] Add support for emitting dylibs with a single symbol <https://reviews.llvm.org/D76908>.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79051

Files:
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/Options.td
  lld/MachO/SyntheticSections.cpp
  lld/MachO/SyntheticSections.h
  lld/MachO/Writer.cpp
  lld/test/MachO/Inputs/goodbye-dylib.yaml
  lld/test/MachO/Inputs/hello-dylib.yaml
  lld/test/MachO/Inputs/libgoodbye.s
  lld/test/MachO/Inputs/libhello.s
  lld/test/MachO/dylib.s
  lld/test/MachO/dylink.s
  lld/test/MachO/load-commands.s
  lld/test/MachO/symtab.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79051.260791.patch
Type: text/x-patch
Size: 25847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/e9149b89/attachment.bin>


More information about the llvm-commits mailing list