[all-commits] [llvm/llvm-project] fac9fc: [libcxxabi] Always link against libzircon for Fuch...
Paul Kirth via All-commits
all-commits at lists.llvm.org
Mon Dec 9 09:20:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fac9fcd55245479d040dde3f5e9f4e169c30a0ec
https://github.com/llvm/llvm-project/commit/fac9fcd55245479d040dde3f5e9f4e169c30a0ec
Author: Paul Kirth <paulkirth at google.com>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M libcxxabi/src/CMakeLists.txt
Log Message:
-----------
[libcxxabi] Always link against libzircon for Fuchsia targets (#115910)
When using LTO, the deplibs mechanism is insufficient to ensure that
libzircon is always brought into the link prior to LTO code generation.
The general problem is discussed in depth in
https://github.com/llvm/llvm-project/issues/56070
To work around this, we can just provide libzircon as a link input.
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