[libcxx-commits] [PATCH] D85005: [libunwind] Support DW_CFA_remember/restore_state without heap allocation.

Kamil Rytarowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 10 04:29:39 PST 2020


krytarowski added a comment.

Please include `stdlib.h` for `alloca`, unless you target SunOS. `alloca.h` is unavailable on NetBSD.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85005



More information about the libcxx-commits mailing list