Rui Ueyama
Rui Ueyama
Well I don't think any program should automagically increase the ulimit. Can you file a bug to LLVM instead? If GCC can handle the same thing without hitting the ulimit,...
I just tried LTO with Clang, and it seems it works just fine without closing the FDs. Can you try again with the following change? ``` diff --git a/src/lto-unix.cc b/src/lto-unix.cc...
Do you mind if I ask you to try to fix the issue on the LLVM plugin side rather than on the linker side? If you don't have enough bandwidth,...
Can you explain a little bit more about what you want to do? I know about PE but I'm not a Wine expert. I have no idea what `__wine_spec_nt_header` is....
I need to reproduce your issue on my machine to debug it. It doesn't have to be a small reproducer. Is there any way to do that?
It looks like it is more manageable for both of us to write the instructions on your site (maybe https://conan.io/center/recipes/mold, but I'm not familiar with Conan) and add just a...
We need more information about your issue to see what went wrong. Is your program open-source? I need to reproduce the issue locally to debug it.
@BenWhetton Can you upload your libcrypt.so and libcrypto.a?
Also please try to run the final link command with `-Wl,-y,OPENSSL_ia32cap_P` and copy-n-paste the output here. It allows you to see who defines that symbol in your link command.