[all-commits] [llvm/llvm-project] 17f747: [polly] Dynamic libraries are not supported on Cygwin

Carlo Bramini via All-commits all-commits at lists.llvm.org
Tue Sep 5 14:38:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17f747b30433f2bc305f1081d357d91beb3c9896
      https://github.com/llvm/llvm-project/commit/17f747b30433f2bc305f1081d357d91beb3c9896
  Author: Carlo Bramini <carlo_bramini at users.sourceforge.net>
  Date:   2023-09-05 (Tue, 05 Sep 2023)

  Changed paths:
    M polly/cmake/CMakeLists.txt
    M polly/lib/CMakeLists.txt

  Log Message:
  -----------
  [polly] Dynamic libraries are not supported on Cygwin

Cygwin shares the same limitations as traditional Windows executables
for dynamic library loading, so disable building the dynamic library on
Cygwin targets.

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




More information about the All-commits mailing list