mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-16 21:45:58 +00:00
13 lines
681 B
Diff
13 lines
681 B
Diff
Index: llvm-toolchain-9_9.0.0/llvm/tools/llvm-shlib/CMakeLists.txt
|
|
===================================================================
|
|
--- llvm-toolchain-9_9.0.0.orig/llvm/tools/llvm-shlib/CMakeLists.txt
|
|
+++ llvm-toolchain-9_9.0.0/llvm/tools/llvm-shlib/CMakeLists.txt
|
|
@@ -49,6 +49,7 @@ if(LLVM_BUILD_LLVM_DYLIB)
|
|
list(REMOVE_DUPLICATES LIB_NAMES)
|
|
if(("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") OR (MINGW) OR (HAIKU)
|
|
OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "FreeBSD")
|
|
+ OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "kFreeBSD")
|
|
OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "GNU")
|
|
OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "OpenBSD")
|
|
OR ("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
|