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

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 12:50:56 PDT 2023


compnerd added inline comments.


================
Comment at: libunwind/src/config.h:16
 
+#include <alloca.h>
 #include <assert.h>
----------------
Is this available on MSVC?


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