[PATCH] D149635: [libunwind] include alloca.h in config.h

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 14:15:21 PDT 2023


mstorsjo added inline comments.


================
Comment at: libunwind/src/config.h:16
 
+#include <alloca.h>
 #include <assert.h>
----------------
compnerd wrote:
> Is this available on MSVC?
It's not, as already commented above - it's not available in either MSVC or mingw toolchains.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149635



More information about the llvm-commits mailing list