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

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 05:42:25 PDT 2025


================
@@ -294,6 +294,37 @@ if(LLVM_HAS_LOGF128)
   set(LLVM_HAS_LOGF128 "${HAS_LOGF128}")
 endif()
 
+# Check for ICU.
+if(LLVM_ENABLE_ICU)
----------------
abhina-sree wrote:

Thanks, this is done

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


More information about the llvm-commits mailing list