On Thu, 30 Apr 2026 21:08:24 -0700, 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. > > > [...]
Reviewed-by: Miroslav Benes <[email protected]> -- Miroslav

