This fixes a 7.0 -> 8.0 regression when parsing OUTPUT_FORMAT("elf32-powerpc"); or elf32-bigmips directive in ldscripts as well as an unknown emulation error when lld is invoked by clang due to missed elf32ppclinux case.
I request this to be backported to LLD 8.0, as it is a regression breaking ldscripts that worked fine with LLD 7.0.
Do you know where elf32ppclinux came from? Is this really correct to handle it as a synonym for elf32ppc?