[PATCH] D154490: [libunwind] Add missing alloca.h include
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 04:33:38 PDT 2023
mstorsjo added a comment.
`alloca.h` isn’t a standard header, and not all those platforms included in the ifdef do have a header with that name (even if they have the `alloca` function/macro provided somehow by some other header).
See earlier discussion in e.g. https://reviews.llvm.org/D149635.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154490/new/
https://reviews.llvm.org/D154490
More information about the llvm-commits
mailing list