[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:05:01 PDT 2025


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

This was discussed with the LLVM Board and the summary of their response is on the RFC https://discourse.llvm.org/t/rfc-enabling-fexec-charset-support-to-llvm-and-clang-reposting/71512/30. They wanted an optional dynamic link so there is no impact to LLVM's licence

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


More information about the llvm-commits mailing list