File llvm-13.0.1-fix-mingw-soversion-support.patch of Package mingw32-llvm14
--- llvm-13.0.1.src/cmake/modules/AddLLVM.cmake.orig 2023-07-20 10:05:32.017546342 +0200
+++ llvm-13.0.1.src/cmake/modules/AddLLVM.cmake 2023-07-20 10:06:14.373422217 +0200
@@ -585,7 +585,7 @@
# Set SOVERSION on shared libraries that lack explicit SONAME
# specifier, on *nix systems that are not Darwin.
- if(UNIX AND NOT APPLE AND NOT ARG_SONAME)
+ if(NOT APPLE AND NOT ARG_SONAME)
set_target_properties(${name}
PROPERTIES
# Since 4.0.0, the ABI version is indicated by the major version