[llvm] Create a CharSetConverter class with both iconv and icu support (PR #74516)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 16:57:14 PDT 2025
================
@@ -294,6 +294,37 @@ if(LLVM_HAS_LOGF128)
set(LLVM_HAS_LOGF128 "${HAS_LOGF128}")
endif()
+# Check for ICU.
----------------
hubert-reinterpretcast wrote:
Can you please add this into the code comments. Otherwise, it is likely some PR is going to show up to change this and the rationale would have been lost.
https://github.com/llvm/llvm-project/pull/74516
More information about the llvm-commits
mailing list