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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 7 07:43:45 PDT 2019


ldionne added a comment.
Herald added a reviewer: mclow.lists.

It turns out that @EricWF was the one to originally write the script, so maybe he knows why the output is

  INPUT(libc++.so.1 -lunwind -lc++abi)

instead of

  INPUT(libc++.so.1 -lpthread -lc <etc...> -lunwind -lc++abi)


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