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

Brian Cain via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 9 20:17:30 PST 2020


bcain added inline comments.


================
Comment at: libunwind/src/DwarfParser.hpp:15
 
 #include <inttypes.h>
 #include <stdint.h>
----------------
IIUC -- we should include `<alloca.h>` to get the declaration in cases where `alloca` is invoked below.


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