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

Daniel Kiss via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 10 01:48:50 PST 2020


danielkiss added inline comments.


================
Comment at: libunwind/src/DwarfParser.hpp:15
 
 #include <inttypes.h>
 #include <stdint.h>
----------------
bcain wrote:
> IIUC -- we should include `<alloca.h>` to get the declaration in cases where `alloca` is invoked below.
Discussed in D90615,  unfortunately it is not available everywhere.


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