[PATCH] D86180: [lld-macho] Make it possible to re-export .tbd files

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 17:29:22 PDT 2020


int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
int3 requested review of this revision.

Two things needed fixing for that to work:

1. getName() no longer returns null for DylibFiles constructed from TAPIs
2. markSubLibrary() now accepts .tbd as a possible extension


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86180

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/InputFiles.h
  lld/test/MachO/Inputs/MacOSX.sdk/usr/lib/libc++.tbd
  lld/test/MachO/reexport-stub.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86180.286434.patch
Type: text/x-patch
Size: 4403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/e469e7af/attachment.bin>


More information about the llvm-commits mailing list