new(github.com/rui314/mold): mold 2.41.0#13352
Merged
Merged
Conversation
Fast drop-in ELF linker. CMake build; vendors its third-party deps. Linux-only (ELF; macOS support dropped upstream).
The runner's default g++ is too old for C++20 — '#include <bit>' fatal: file not found. Build with gnu.org/gcc 14 (CC/CXX) and depend on its libstdc++ at runtime, the established pantry pattern for C++20 (poppler, openexr).
Forcing CC to gnu.org/gcc's absolute path broke cmake's shared-library flag detection (mold-wrapper.so linked without -shared -> undefined main). The gnu.org/gcc build dep already shadows cc/c++ on PATH; cmake detects them as GNU and links the shared lib correctly -- the poppler/openexr pattern.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds mold (https://github.com/rui314/mold) — Rui Ueyama's fast drop-in ELF linker. CMake build (
cmake.orgonly dep — mold vendors zlib/zstd/blake3/tbb underthird-party/). Linux-only (linux/x86-64,linux/aarch64): mold is an ELF linker and upstream dropped macOS/Mach-O support; there are no macOS release assets.