mold icon indicating copy to clipboard operation
mold copied to clipboard

Mold: A Modern Linker 🦠

Results 253 mold issues
Sort by recently updated
recently updated
newest added

Prefer `std::once_flag` and `std::call_once()` over plain C-style flag to arrange (the body of) `TimerRecord::stop()` to execute just once, adjust related code. Signed-off-by: Dmitry Antipov

Signed-off-by: Christian Sattler

Let me know what you think. Closes #81

First of all, thanks for the awesome and blindingly fast linker! In my test, I run into a segfault upon exiting a process after dlclosing a DSO linked with mold,...

In this year's WWDC video about linking (*1), Apple announced a feature that was new to me. It sounded like a neat idea, and I now wonder if we can...

experimental

Hello, Is support for this option planned ? It is necessary in my case to build a plug-in against a proprietary executable software which exports some symbols dynamically, to give...

I noticed the following test failure on the target: ``` [ 181s] + /usr/bin/make -O -j4 V=1 VERBOSE=1 test -e PREFIX=/usr BINDIR=/usr/bin MANDIR=/usr/share/man LIBDIR=/usr/lib LIBEXECDIR=/usr/libexec STRIP=true SYSTEM_TBB=1 SYSTEM_XXHASH=1 SYSTEM_MIMALLOC=1 [...

Hi, I'm trying to cross compile the default hello world Rust program to x86_64, with the config: ```toml [target.x86_64-unknown-linux-gnu] rustflags = ["-Clink-arg=-fuse-ld=/opt/homebrew/bin/ld.mold", "-Clink-arg=--sysroot=/Volumes/CSP/x-tools/x86_64-unknown-linux-gnu/sysroot"] ``` But if failed with: ``` mold:...