mold
mold copied to clipboard
Mold: A Modern Linker 🦠
While trying to move our distribution (https://github.com/LibreELEC/LibreELEC.tv/pull/6875) to mold some speed regressions turned up. We investigated where they relate to and did some basic test. I tested it at WSL2...
one more riscv64 failure in 2.31.0, see https://gitlab.alpinelinux.org/alpine/aports/-/jobs/1377073 Log: ``` 210/332 Test #211: riscv64-shared-abs-sym ......................***Failed 0.54 sec ++ dirname /builds/alpine/aports/community/mold/src/mold-2.31.0/test/elf/shared-abs-sym.sh + . /builds/alpine/aports/community/mold/src/mold-2.31.0/test/elf/common.inc ++ export LC_ALL=C ++ LC_ALL=C ++ '['...
Title says it all. Over [here](https://github.com/Frogging-Family/wine-tkg-git/issues/1160), we're trying to brainstorm through my issue being that I'm unable to build wine-tkg with the usage of your modern linker, and I thought...
I'm no compiler expert but I had a hard time getting mold going for compiling a rust project I finally got it to work and these are the things that...
https://github.com/intel/thin-layout-optimizer is using `--text-section-ordering-file` (in [lld](https://reviews.llvm.org/D25766) - mysterious user called _ruiu_) Would it be worth to support?
I recently started using mold as the default linker for a custom Linux distribution I am building from scratch (the distribution uses musl libc as the default C library), and...
using mold: 2.4.1+dfsg-1 (i will try with 2.30 but i don't see any potential fix in the release notes)) Full log: https://buildd.debian.org/status/fetch.php?pkg=llvm-toolchain-18&arch=ppc64el&ver=1%3A18.1.2-1&stamp=1710939656&raw=0
Trying to get mold to work with a new processor type, ARC, and also get it working in the embedded world. What i am trying to do is use the...
GCC doesn't accept a path as an argument to `-fuse-ld`. It errors out by ``` cc: error: unrecognized command-line option '-fuse-ld=/usr/bin/mold' ``` Passing `-fuse-ld=mold` is enough. Tested with ``` gcc...