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

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 14:37:05 PST 2024


================
@@ -534,6 +534,10 @@ else()
   option(LLVM_ENABLE_THREADS "Use threads if available." ON)
 endif()
 
+set(LLVM_ENABLE_ICU "ON" CACHE STRING "Use ICU for character conversion support if available. Can be ON, OFF, or FORCE_ON")
----------------
efriedma-quic wrote:

The description says this can be FORCE_ON, but you didn't actually implement that.

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


More information about the llvm-commits mailing list