[PATCH] D153215: [Object] Add ELF section type SHT_LLVM_LTO for fat LTO

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 17 18:57:39 PDT 2023


MaskRay created this revision.
MaskRay added reviewers: jhenderson, paulkirth, tejohnson.
Herald added subscribers: hiraditya, inglorion, emaste.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This new ELF section type will be used by the .llvm.lto section for fat LTO support (D146776 <https://reviews.llvm.org/D146776>).

Original RFC: https://discourse.llvm.org/t/rfc-ffat-lto-objects-support/63977


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153215

Files:
  llvm/docs/Extensions.rst
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/lib/MC/MCParser/ELFAsmParser.cpp
  llvm/lib/MC/MCSectionELF.cpp
  llvm/lib/Object/ELF.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/MC/AsmParser/llvm_section_types.s
  llvm/test/MC/ELF/section.s
  llvm/test/ObjectYAML/ELF/llvm-section-types.yaml
  llvm/test/ObjectYAML/ELF/sht-offloading.yaml
  llvm/test/tools/llvm-readobj/ELF/section-types.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153215.532442.patch
Type: text/x-patch
Size: 6995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230618/7f284515/attachment.bin>


More information about the llvm-commits mailing list