[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
================
@@ -281,6 +281,12 @@
/* Have host's ___chkstk_ms */
#cmakedefine HAVE____CHKSTK_MS ${HAVE____CHKSTK_MS}
+/* Define if icu library is available */
----------------
hubert-reinterpretcast wrote:
Nit: style
```suggestion
/* Define if ICU library is available */
```
https://github.com/llvm/llvm-project/pull/74516
More information about the llvm-commits
mailing list