mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-23 20:16:06 +00:00

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.