commit | f1252b7d7560162bf9f8540622c61232fc9382b7 | [log] [tgz] |
---|---|---|
author | Paul Kirth <paulkirth@google.com> | Mon Dec 09 09:19:51 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 09 09:21:20 2024 -0800 |
tree | b365e70e2a81437f85a9ffd93063480193bdddc1 | |
parent | 58281d58c1499452925c3d114dbe8691d7900fef [diff] |
[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. GitOrigin-RevId: fac9fcd55245479d040dde3f5e9f4e169c30a0ec