[all-commits] [llvm/llvm-project] c4131c: [Fuchsia][cmake] Avoid referencing cxx_shared in c...

Paul Kirth via All-commits all-commits at lists.llvm.org
Mon Oct 14 14:41:40 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4131cb56c9de616442525b1f02162eb470df1f8
      https://github.com/llvm/llvm-project/commit/c4131cb56c9de616442525b1f02162eb470df1f8
  Author: Paul Kirth <paulkirth at google.com>
  Date:   2024-10-14 (Mon, 14 Oct 2024)

  Changed paths:
    M compiler-rt/CMakeLists.txt
    M compiler-rt/test/fuzzer/CMakeLists.txt

  Log Message:
  -----------
  [Fuchsia][cmake] Avoid referencing cxx_shared in compiler-rt (#112257)

After https://github.com/llvm/llvm-project/pull/80007 Fuchsia builds are
now always building cxx_shared for arm64 and x64 Linux. Ultimately, this
is because the LIBCXX_ENABLE_SHARED is not used in compiler-rt to select
the correct libc++ target, and because cxx_shared is now always defined,
it is selected as a dependency when building runtimes tests.

---------

Co-authored-by: Petr Hosek <phosek at google.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list