[libcxx-commits] [PATCH] D68343: [libc++] Move the linker script generation step to CMake

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 10 08:22:02 PDT 2019


phosek added a comment.

In D68343#1702521 <https://reviews.llvm.org/D68343#1702521>, @phosek wrote:

> This seems to have broke our build, I checked the generated linker script and it has the following format:
>
>   INPUT(libc++.so.2 -lunwind_shared -lcxxabi_shared)
>
>
> libunwind and libc++abi dependencies are incorrect, it should be:
>
>   INPUT(libc++.so.2 -lunwind -lc++abi)
>


D68791 <https://reviews.llvm.org/D68791> is a fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68343/new/

https://reviews.llvm.org/D68343





More information about the libcxx-commits mailing list