[PATCH] D153215: [Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcode

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 13:53:23 PDT 2023


MaskRay added a comment.

I'll land this soon, as I do wish that `.llvm.lto` has a proper section type. This aligns with other `SHT_LLVM_*` we have.
I am not concerned whether `.llvmbc` has this section type or not and whether we want to special case it.


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