[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
================
@@ -295,6 +296,14 @@ add_llvm_component_library(LLVMSupport
Demangle
)
+# Link icu library if it is an external library.
----------------
hubert-reinterpretcast wrote:
Nit: style
```suggestion
# Link ICU library if it is an external library.
```
https://github.com/llvm/llvm-project/pull/74516
More information about the llvm-commits
mailing list