On Wed, Apr 22, 2026 at 9:04 PM Josh Poimboeuf <[email protected]> wrote: > > Clang generates anonymous data sections named .data..Lanon.<hash>. > These need section-symbol references in the same way as .data..Lubsan > (GCC) and .data..L__unnamed_ (Clang UBSAN) sections. Without this, > convert_reloc_sym() fails when processing relocations that reference > these sections. > > Signed-off-by: Josh Poimboeuf <[email protected]>
Acked-by: Song Liu <[email protected]>

