[libcxx-commits] [PATCH] D126343: [libunwind] Use process_vm_readv to avoid potential segfaults
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 24 23:05:06 PDT 2022
MaskRay added inline comments.
================
Comment at: libunwind/test/bad_unwind_info.pass.cpp:23
+
+#if defined(__x86_64__)
+__asm__(".globl bad_unwind_info\n"
----------------
move aarch64 before x86_64 for an alphabetical order.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126343/new/
https://reviews.llvm.org/D126343
More information about the libcxx-commits
mailing list