[PATCH] D146778: [lld] Preliminary fat-lto-object support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 14:17:44 PDT 2023
paulkirth updated this revision to Diff 535529.
paulkirth marked 2 inline comments as done.
paulkirth added a comment.
Fix some comments
- update option to use `--`
- remove check against `.llvm.lto` string
- update some test checks w/ new flag & mark .llvm.lto section exclude w/ objcopy
There are still several comments to address regarding tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146778/new/
https://reviews.llvm.org/D146778
Files:
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/docs/ReleaseNotes.rst
lld/test/ELF/fatlto/Inputs/a-LTO.ll
lld/test/ELF/fatlto/Inputs/main-LTO.ll
lld/test/ELF/fatlto/fatlto.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146778.535529.patch
Type: text/x-patch
Size: 9811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230628/fdc25b8e/attachment.bin>
More information about the llvm-commits
mailing list