[llvm] Create a CharSetConverter class with both iconv and icu support (PR #74516)

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 06:48:10 PST 2024


================
@@ -257,6 +257,26 @@ else()
   set(LLVM_ENABLE_TERMINFO 0)
 endif()
 
+#Check for icu.
+if(LLVM_ENABLE_ICU)
+  find_package(ICU COMPONENTS uc i18n)
----------------
abhina-sree wrote:

I think I will need more work for this, thanks for catching! In my local testing I only had the shared library but I think the current implementation will allow static linking.

https://github.com/llvm/llvm-project/pull/74516


More information about the llvm-commits mailing list