[all-commits] [llvm/llvm-project] 3527e8: [libunwind] Introduce LIBUNWIND_LIBRARY_VERSION an...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Sep 27 06:17:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3527e8379edb4ccd3bdbf71cfe688874cf199295
      https://github.com/llvm/llvm-project/commit/3527e8379edb4ccd3bdbf71cfe688874cf199295
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M libunwind/CMakeLists.txt
    M libunwind/src/CMakeLists.txt

  Log Message:
  -----------
  [libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags (#110178)

This patch introduces the LIBUNWIND_LIBRARY_VERSION setting to control
the dylib version of libunwind. This allows expressing the dylib version
in CMake instead of adding custom compiler flags.

As a drive-by, also remove some outdated Apple flags that are not
relevant anymore.



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