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

Abhina Sree via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 19 10:43:27 PDT 2024


================
@@ -295,6 +296,14 @@ add_llvm_component_library(LLVMSupport
   Demangle
   )
 
+# Link icu library if it is an external library.
+if(ICU_FOUND)
+  target_link_libraries(LLVMSupport
+  PRIVATE
+  ${ICU_LIBRARIES}
----------------
abhina-sree wrote:

Ok thanks, I've reverted adding the license text 

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


More information about the llvm-commits mailing list