[compiler-rt] [llvm] [compiler-rt][sanitizer] add Haiku support (PR #134772)
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 23:17:29 PDT 2025
================
@@ -569,6 +569,10 @@ append_list_if(COMPILER_RT_HAS_LIBC c SANITIZER_COMMON_LINK_LIBS)
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Fuchsia")
list(APPEND SANITIZER_COMMON_LINK_LIBS zircon)
endif()
+if("${CMAKE_SYSTEM_NAME}" STREQUAL "Haiku")
+ list(APPEND SANITIZER_COMMON_LINK_LIBS root)
----------------
brad0 wrote:
libroot is the libc equivalent.
https://github.com/llvm/llvm-project/pull/134772
More information about the llvm-commits
mailing list