Update LLVM to 22 and Mold to 2.41.0 #12

Merged
rboullard merged 7 commits from Development into main 2026-04-16 13:41:26 +00:00
Showing only changes of commit c0719d61cc - Show all commits

View File

@@ -47,7 +47,7 @@ RUN pipx install conan \
&& pipx install gcovr
# Build and install mold
RUN git clone --branch v2.40.4 https://github.com/rui314/mold.git /tmp/mold \
RUN git clone --branch v2.41.0 https://github.com/rui314/mold.git /tmp/mold \
&& cd /tmp/mold \
&& cmake . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=clang++ \