[PATCH] D131618: [WIP][Do NOT review] LLD related changes for -ffat-lto-objects support
Arda Unal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 16 15:51:22 PDT 2022
arda updated this revision to Diff 453147.
arda added a comment.
Herald added subscribers: ormris, steven_wu.
Add a draft test. Not sure if this is the best way to verify the executables
are identical. I should probably ignore sections like .comment. I would
appreciate a feedback on the approach.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131618/new/
https://reviews.llvm.org/D131618
Files:
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/Options.td
lld/test/ELF/fatlto/Inputs/a-fatLTO.o
lld/test/ELF/fatlto/Inputs/a-thinLTO.bc
lld/test/ELF/fatlto/Inputs/a.c
lld/test/ELF/fatlto/Inputs/a.h
lld/test/ELF/fatlto/Inputs/a.o
lld/test/ELF/fatlto/Inputs/main-fatLTO.o
lld/test/ELF/fatlto/Inputs/main-thinLTO.bc
lld/test/ELF/fatlto/Inputs/main.c
lld/test/ELF/fatlto/Inputs/main.o
lld/test/ELF/fatlto/fatlto.test
llvm/lib/Object/ObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131618.453147.patch
Type: text/x-patch
Size: 6735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220816/87e24630/attachment.bin>
More information about the llvm-commits
mailing list