K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-25T12:02:43.947005Z K 7 svn:log V 616 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 (cherry picked from commit d69d07569ee2404705ff4c4abb45dc0b884eeb35) Git Hash: 82420cc68852f332874d11b06153589fa7bce502 Git Author: dim@FreeBSD.org END