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

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 18:25:35 PDT 2024


================
@@ -257,6 +257,37 @@ else()
   set(LLVM_ENABLE_TERMINFO 0)
 endif()
 
+#Check for icu.
----------------
hubert-reinterpretcast wrote:

Nit: formatting/style
```suggestion
# Check for ICU.
```

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


More information about the llvm-commits mailing list