[all-commits] [llvm/llvm-project] f5b311: [CMake][Release] Statically link clang with stage1...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Wed Feb 19 17:46:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5b311e47de044160aeb25221095898c35c4847f
https://github.com/llvm/llvm-project/commit/f5b311e47de044160aeb25221095898c35c4847f
Author: Tom Stellard <tstellar at redhat.com>
Date: 2025-02-19 (Wed, 19 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++.
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