[PATCH] D78342: [lld] Add archive file support to Mach-O backend
Kellie Medlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 19:30:18 PDT 2020
Ktwu created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
With this change, basic archive files can be linked together. Input section discovery has been refactored behind a function, as archive files lazily resolve their symbols / the object files containing those symbols.
Depends on D77893 <https://reviews.llvm.org/D77893>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78342
Files:
lld/MachO/Arch/X86_64.cpp
lld/MachO/Driver.cpp
lld/MachO/InputFiles.cpp
lld/MachO/InputFiles.h
lld/MachO/SymbolTable.cpp
lld/MachO/SymbolTable.h
lld/MachO/Symbols.cpp
lld/MachO/Symbols.h
lld/test/MachO/Inputs/archive.s
lld/test/MachO/Inputs/archive2.s
lld/test/MachO/Inputs/archive3.s
lld/test/MachO/Inputs/archive4.s
lld/test/MachO/archive.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78342.258224.patch
Type: text/x-patch
Size: 9617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/d3d581a3/attachment.bin>
More information about the llvm-commits
mailing list