[PATCH] D153215: [Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcode
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 00:16:55 PDT 2023
nikic added a comment.
Doesn't the rename defeat the purpose stated here...
In D153215#4435563 <https://reviews.llvm.org/D153215#4435563>, @MaskRay wrote:
> ELF's spirit is to distinguish special sections with a section type instead of a name.
...because we now need to compare the section name anyway to distinguish LTO bitcode from embedded bitcode?
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