On 5/2/22 11:03, Richard Biener wrote: > In fact I think GCC is correct in its handling and LLVM would need to dup () > the > file descriptor. Was this issue raised with the LLVM folks?
I don't know here. > I suspect the BFD > linker will also not work with LLVM due to this? I'm not sure BFD is supported by LLVM: https://llvm.org/docs/GoldPlugin.html They explicitly name it Gold plugin. Martin