[PATCH] D153215: [Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcode
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 10:45:22 PDT 2023
paulkirth added a subscriber: mtrofin.
paulkirth added a comment.
Dropping support for `-embed-bitcode` was brought up in the original RFC for FatLTO. The plan I recall was to deprecate the option, make it CC1 , and see if MLGO (the only remaining user we're aware of) could use a different solution and if they could, then drop it altogether.
The important bits start roughly here https://discourse.llvm.org/t/rfc-ffat-lto-objects-support/63977/15, but there are some other points raised earlier in the thread too. In light of that plan, I'm not too sure how important it is to provide support for `.llvmbc`.
@mtrofin, since I think you would be impacted by significant changes in this area, do you have thoughts here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153215/new/
https://reviews.llvm.org/D153215
More information about the llvm-commits
mailing list