[compiler-rt] [llvm] [compiler-rt][sanitizer] add Haiku support (PR #134772)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 9 23:11:35 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)
----------------
devnexen wrote:
can it link without ? surprised we need it.
https://github.com/llvm/llvm-project/pull/134772
More information about the llvm-commits
mailing list