[libcxx-commits] [PATCH] D154490: [libunwind] Add missing alloca.h include
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 6 15:11:02 PDT 2023
mstorsjo added inline comments.
================
Comment at: libunwind/src/config.h:26
+#if defined(FOR_DYLD)
+#define _LIBUNWIND_SUPPORT_COMPACT_UNWIND 1
+#else
----------------
Please avoid changing the indentation of the otherwise unchanged lines (throughout the whole patch).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154490/new/
https://reviews.llvm.org/D154490
More information about the libcxx-commits
mailing list