Rui Ueyama
Rui Ueyama
I cannot reproduce it even with `-fstack-protector`. How did you build mold?
Thanks. It looks like the following test is also failing: ``` [ 930s] Testing exception ... ./elf/exception.sh: line 28: 4638 Illegal instruction $QEMU $t/exe ``` I still cannot reproduce on...
Does this patch change make any difference? ``` diff --git a/elf/input-files.cc b/elf/input-files.cc index 668161011..ae002ea9c 100644 --- a/elf/input-files.cc +++ b/elf/input-files.cc @@ -165,22 +165,22 @@ void ObjectFile::initialize_sections(Context &ctx) { break; } case...
I don't know how to debug this further without setting up the same environment as yours, so let me do that. That's OpenSUSE/ARMv7 right?
No progress, sorry. I'm not familiar with ARM64 and moreover ARM32 on ARM64, so I haven't figure out how to set up a test environment.
Can you try to cross compile the default hello world without mold? Does it work?
What if you change your config to the following? ``` [target.x86_64-unknown-linux-gnu] rustflags = [ "-Clink-arg=--sysroot=/Volumes/CSP/x-tools/x86_64-unknown-linux-gnu/sysroot"] ```
We have `--print-map`, `--print-dependencies` and `--print-dependencies=full` options whose roles overlap with `--cref`, so I want to avoid implementing `--cref`. Can you give me a repository's URL at which I can...
I don't know why they added `--cref` in their Makefile, but it may be for "just in case". It looks like the file isn't used by other parts of the...
I don't think there's anything to speed this thing up. I'm busy working on mold/macOS right now, so I don't think I can start working on mold/Windows now. If I...