[PATCH] D146776: [llvm] Preliminary fat-lto-objects support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 17 17:26:24 PDT 2023
MaskRay added a comment.
`.llvm.lto` should be added beside `.llvmcmd` in `llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp` so that `.llvm.lto` has the SHF_EXCLUDE flag on ELF.
We need a `llvm/test/CodeGen/` test using `llvm-readelf -S` to test the section flags (`E`).
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