https://sourceware.org/bugzilla/show_bug.cgi?id=33470
--- Comment #11 from Alan Modra <amodra at gmail dot com> --- > At a guess, this is misbehaviour of LLVMgold-16.so, or perhaps all of the > LLVMgold*.so since the error comes from whichever one is opened last (ie. is > last in the directory) unless that happens to be LLVMgold-20.so. Correction: we build the list of plugins in reverse directory order, so it is actually the first LLVMgold.so plugin claim_file() tried that sets claimed true, despite spitting out an error. -- You are receiving this mail because: You are on the CC list for the bug.
