Rui Ueyama

Results 705 comments of Rui Ueyama

I personally can live without it, but it may be because I have a very deep knowledge on the linker. > Especially helpful is the reporting which archive/library pulls in...

Partial linking is tricky, and partial linking with LTO is trickier. Maybe we should just concatenate given LTO object files if -r is given and handle a file created such...

Currently I'm using Gentoo as a test suite. We build all Gentoo packages from build and run their tests before making a release. Gentoo includes various Rust packages, I'm not...

Thank you for your report! The above commit should fix the issue.

Is there any way to run the docker container with the `--privileged` flag? I generally want to avoid adding that flag.

No, I mean I didn't want to run the container in an elevated privileged level for security reasons.

Thanks. It looks like `/usr/local/lib/crti.o` was built with a very old compiler or a compiler to behave as such. It uses the "linkonce" mechanism instead of the usual comdat. Who...

I'll try, but can't you really replace the crt files? You don't have to upgrade to a newer version of glibc, you only have to recompile glibc 2.23.

It looks like mold found that `/usr/local/tmp/ccOTdojs.o` is an LTO IR file but the LTO linker plugin did not take it as an LTO IR file. Can you share `/usr/local/tmp/ccOTdojs.o`...

Thank you for preparing the docker environment for me. i686 isn't tested as rigorously as x86-64, so there's still a hidden bug there. I'll investigate it.