[libcxx-commits] [PATCH] D155066: [libunwind] Unwind through aarch64/FreeBSD sigreturn frame
Ed Maste via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 21 05:08:57 PDT 2023
emaste added inline comments.
================
Comment at: libunwind/include/__libunwind_config.h:38-39
# define _LIBUNWIND_TARGET_LINUX 1
# endif
+#if defined(__FreeBSD__)
+#define _LIBUNWIND_TARGET_FREEBSD 1
----------------
match indentation to existing Linux cases I think
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155066/new/
https://reviews.llvm.org/D155066
More information about the libcxx-commits
mailing list