[libcxx-commits] [PATCH] D149635: [libunwind] include alloca.h in	config.h
    Sergei Barannikov via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue May  2 01:28:19 PDT 2023
    
    
  
barannikov88 added a comment.
> picolibc (possibly erroneously) only includes alloca.h from stdlib.h if STRICT_ANSI is not defined
The header is non-standard. It is correct not to include it when using -std=c* (as opposed to -std=gnu*).
If libunwind relies on it in public header files, it should be rectified.
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