[PATCH] D146776: [llvm] Preliminary fat-lto-objects support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 15:15:02 PDT 2023
paulkirth updated this revision to Diff 513765.
paulkirth added a comment.
Rebase and address some comments
- Fix some wrong code introduced when spliting the patch up and rebasing.
- Fix typo in comment
- Avoid spliting function
I still need to investigate the SHF_EXCLUDE flag, avoiding the perModuleDefaultPipeline, and extension points.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146776/new/
https://reviews.llvm.org/D146776
Files:
llvm/include/llvm/Bitcode/EmbedBitcodePass.h
llvm/include/llvm/Passes/PassBuilder.h
llvm/lib/Bitcode/Writer/CMakeLists.txt
llvm/lib/Bitcode/Writer/EmbedBitcodePass.cpp
llvm/lib/Object/ObjectFile.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/lib/Passes/PassRegistry.def
llvm/test/Bitcode/embed-multiple.ll
llvm/test/Bitcode/embed-unsupported-object-format.ll
llvm/test/Bitcode/embed.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146776.513765.patch
Type: text/x-patch
Size: 10022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/a1396733/attachment.bin>
More information about the llvm-commits
mailing list