HomeFreeBSD

Apply upstream lld fix for compressed input sections on BE targets

Description

Apply upstream lld fix for compressed input sections on BE targets

Merge commit c6ebc651b6fa from llvm git (by Simon Atanasyan):

[LLD] Support compressed input sections on big-endian targets

This patch enables compressed input sections on big-endian targets by
checking the target endianness and selecting an appropriate `Chdr`
structure.

Fixes PR51369

Differential Revision: https://reviews.llvm.org/D107635

Reported by: emaste
MFC after: 3 days

Details

Provenance
dimAuthored on Aug 7 2021, 11:14 AM
Parents
rGb30e7cb7fa9c: cache: add OPENREAD and OPENWRITE to fast path lookup
Branches
Unknown
Tags
Unknown