[llvm] Create a CharSetConverter class with both iconv and icu support (PR #74516)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 1 20:59:33 PDT 2025
================
@@ -294,6 +294,37 @@ if(LLVM_HAS_LOGF128)
set(LLVM_HAS_LOGF128 "${HAS_LOGF128}")
endif()
+# Check for ICU.
+if(LLVM_ENABLE_ICU)
+ set(LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES})
+ set(CMAKE_FIND_LIBRARY_SUFFIXES ".so")
----------------
hubert-reinterpretcast wrote:
@daltenty, do you happen to know if there is a way to specifically request a shared library on AIX using CMake (where shared libraries are often also archive files)?
https://github.com/llvm/llvm-project/pull/74516
More information about the llvm-commits
mailing list