[all-commits] [llvm/llvm-project] 1aa170: [libcxx{, abi}] Don't link libpthread and libdl on ...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Dec 6 11:16:35 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1aa17023819216dae77c7798510f178dae07a57f
      https://github.com/llvm/llvm-project/commit/1aa17023819216dae77c7798510f178dae07a57f
  Author: Petr Hosek <phosek at google.com>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M libcxx/cmake/config-ix.cmake
    M libcxxabi/cmake/config-ix.cmake

  Log Message:
  -----------
  [libcxx{,abi}] Don't link libpthread and libdl on Fuchsia

These are a part of the libc so linking these explicitly isn't necessary
and embedding these as deplibs causes link time error.

This issues was introduced in a9b5fff which changed how we emit deplibs.

Differential Revision: https://reviews.llvm.org/D71135




More information about the All-commits mailing list