[PATCH] D146776: [llvm] Preliminary fat-lto-objects support

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


MaskRay added a comment.

I think we need a new section type (say, `SHT_LLVM_LTO`) in `llvm/include/llvm/BinaryFormat/ELF.h`. Then add a test `llvm/test/MC/ELF` to use `llvm-readobj -S` to test this new section type.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146776/new/

https://reviews.llvm.org/D146776



More information about the llvm-commits mailing list