[libcxx-commits] [PATCH] D149635: [libunwind] include alloca.h in config.h
Saleem Abdulrasool via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 6 09:45:13 PDT 2023
compnerd added inline comments.
================
Comment at: libunwind/src/config.h:16
+#include <alloca.h>
#include <assert.h>
----------------
mstorsjo wrote:
> compnerd wrote:
> > Is this available on MSVC?
> It's not, as already commented above - it's not available in either MSVC or mingw toolchains.
Should this be something that we put into a configuration then? Or provide shims for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149635/new/
https://reviews.llvm.org/D149635
More information about the libcxx-commits
mailing list