[PATCH] D146776: [llvm] Preliminary fat-lto-objects support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 11:23:42 PDT 2023
paulkirth updated this revision to Diff 514330.
paulkirth added a comment.
Adjust FatLTO pipline based on comments.
- Generated code seems to be very close to what we want. How we define the pipeline is rather subjective, so it isn't an issue if the FatLTO pipeline isn't really identical to the default -O3 pipeline when generating the oject code.
- Remove left over function declaration missed in the last update.
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.514330.patch
Type: text/x-patch
Size: 9701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/f2c03f31/attachment.bin>
More information about the llvm-commits
mailing list