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

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 06:54:41 PST 2024


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

Thanks, I've created LLVM_ENABLE_ICU and LLVM_ENABLE_ICONV, I've defaulted both to be ON

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


More information about the llvm-commits mailing list