[PATCH] D79228: [lld-macho] Add support for creating and reading reexported dylibs

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 21:36:25 PDT 2020


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

This unblocks the linking of real programs, since many core system
functions are only available as sub-libraries of libSystem.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79228

Files:
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/MachO/Options.td
  lld/MachO/SyntheticSections.cpp
  lld/MachO/Writer.cpp
  lld/test/MachO/sub-library.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79228.261431.patch
Type: text/x-patch
Size: 13933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200501/a0cf0037/attachment.bin>


More information about the llvm-commits mailing list