[all-commits] [llvm/llvm-project] 57545d: [Fuchsia][cmake] Allow using FatLTO when building ...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Dec 9 09:26:39 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57545dbbdbafc51d63873800a45cfd48a283d981
https://github.com/llvm/llvm-project/commit/57545dbbdbafc51d63873800a45cfd48a283d981
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[Fuchsia][cmake] Allow using FatLTO when building runtimes (#112277)
We'd like to build runtimes using FatLTO (see
https://llvm.org/docs/FatLTO.html for details). This gives us more
control over how libc++ can be consumed by users of our toolchain, like
the Fuchsia SDK.
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