[all-commits] [llvm/llvm-project] dc1bd6: [CMake][Release] Statically link clang with stage1...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Fri Feb 21 09:40:23 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: dc1bd6a8fa6a5f4fc38f7c3ce77c0ffcfcaa66e9
https://github.com/llvm/llvm-project/commit/dc1bd6a8fa6a5f4fc38f7c3ce77c0ffcfcaa66e9
Author: Tom Stellard <tstellar at redhat.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M clang/cmake/caches/Release.cmake
Log Message:
-----------
[CMake][Release] Statically link clang with stage1 runtimes (#127268)
This change will cause clang and the other tools to statically link
against the runtimes built in stage1. This will make the built binaries
more portable by eliminating dependencies on system libraries like
libgcc and libstdc++.
(cherry picked from commit f5b311e47de044160aeb25221095898c35c4847f)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list