[PATCH] D157866: [libunwind] Haiku: Initial support

gus knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 3 18:12:57 PDT 2023


waddlesplash added a comment.

In D157866#4636420 <https://reviews.llvm.org/D157866#4636420>, @MaskRay wrote:

> So, Haiku uses libroot instead of libc? The changes seem fine, but I hope that a Haiku contributor that is not the author can verify.

This is correct. On Haiku, the C and POSIX functions are in `libroot` (excluding network-related ones, which are in a separate library.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157866/new/

https://reviews.llvm.org/D157866



More information about the llvm-commits mailing list