[all-commits] [llvm/llvm-project] c59cc2: [libunwind] Remove checks for -nostdlib++ (#143162)

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Wed Jun 11 02:43:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c59cc2b690b9e528a82ba214f74a8f7c8abb3cde
      https://github.com/llvm/llvm-project/commit/c59cc2b690b9e528a82ba214f74a8f7c8abb3cde
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M libunwind/cmake/config-ix.cmake
    M libunwind/src/CMakeLists.txt

  Log Message:
  -----------
  [libunwind] Remove checks for -nostdlib++ (#143162)

libunwind uses a C linker, so it's never even trying to link against any
C++ libraries. This removes the code which tries to drop C++ libraries,
which makes the CMake configuration simpler and allows for upgrading
GCC.



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