[llvm] Create a CharSetConverter class with both iconv and icu support (PR #74516)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 15 14:08:24 PST 2025
================
@@ -552,6 +552,10 @@ else()
option(LLVM_ENABLE_THREADS "Use threads if available." ON)
endif()
+set(LLVM_ENABLE_ICU "ON" CACHE STRING "Use ICU for character conversion support if available. Can be ON, OFF, or FORCE_ON")
----------------
nikic wrote:
Doesn't "available on the system" only mean that it's dynamically linked? I'm not sure I get how it being part of glibc vs different library makes a difference.
Though in any case, the reason for the restriction should be explained in a comment in the cmake file.
https://github.com/llvm/llvm-project/pull/74516
More information about the llvm-commits
mailing list