[PATCH] D81295: lld: initial pass at supporting TBD
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 12:22:59 PDT 2020
compnerd created this revision.
compnerd added reviewers: smeenai, int3, Ktwu.
compnerd added a project: lld.
Herald added a project: LLVM.
Add support to lld to use Text Based API stubs for linking. This is
largely incomplete, not filtering out platforms and architectures. It
also does not account for architecture specific API handling and
potentially does not correct handle trees of re-exports with inlined
libraries being treated as direct children of the top level library.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D81295
Files:
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
lld/MachO/Writer.cpp
lld/test/MachO/MacOSX.platform/usr/lib/libSystem.tbd
lld/test/MachO/stub-link.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81295.268907.patch
Type: text/x-patch
Size: 6472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/02deb441/attachment.bin>
More information about the llvm-commits
mailing list