[libcxx-commits] [PATCH] D71135: [cxx][cxxabi] Don't link libpthread and libdl on Fuchsia

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 17 17:29:07 PST 2019


phosek added a comment.

In D71135#1773192 <https://reviews.llvm.org/D71135#1773192>, @mgorny wrote:

> If it causes link-time error, why CMake checks don't catch that?


Because CMake never tries to use the just built `libc++.a` or `libc++abi.a` and link a binary against it which is where this issue manifests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71135





More information about the libcxx-commits mailing list