https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94391
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Fangrui Song from comment #5) > This bug exposes several problems: > > * GNU ld does not reject a PC-relative relocation referencing a SHN_ABS > symbol > * GCC should not produce R_X86_64_PC32 referencing an external symbol in > -fpie mode. NO LLD is not implemented the ABI as PIE COPYRELOC is required by the ABI these days.