mold
mold copied to clipboard
Mold: A Modern Linker 🦠
getting the following message when I try using it `mold: fatal: unknown command line option: --cref` currently this got it due to me building with RTE (DPDK) which enforces this...
We want to support the Windows target by mold 3.0.
We would like to implement an alternative mechanism for the linker script language. In order to do that, we first have to learn about the existing usages of the linker...
Hello, Im working on a chromium fork called Thorium > https://github.com/Alex313031/Thorium and would like to test using mold instead of lld during linking of the .so files and executables. How...
Unable to link with log4cxx static library, and there was also something wrong with protobuffer lib
My environment is (RHEL release 6.5, Linux Version 2.6.32-431.el6.x86_64) and I try to use mold to link my project with log4cxx.a, there was a crash when running this project, the...
Currently, we demangle only C++ symbols, but we should be able to demangle (i.e. pretty print) mangled Rust symbols. Unfortunately, it looks like there's no C++ library that can demangle...
Fastest repro is libbsd, but this affected almost all packages when I had these flags set globally. CFLAGS=`-O3 -march=native -g -fPIC -pipe` LDFLAGS=`-fuse-ld=mold -Wl,-q` System: 5.18.3 zen, Gentoo, 5900hs/16GB Compiler...
I realized that we may be able to do Safe Identical Code Folding (Safe ICF) just by looking at relocations. To implement Safe-version ICF, it is critical to determine whether...
Hello @rui314, First thanks for the great linker! actually wanted to build gcc with lto and bootstrap and faced into a error, i dont know if its configuring, gcc or...
mold version 1.2.1 does not recognize the option: copy-dt-needed-entries when provided as an argument to gcc 10.3.0 as -Wl,--copy-dt-needed-entries. Please could you let me know if there is a workaround...