[libcxx-commits] [PATCH] D107919: [unwind] Handle UNW_X86_64_RIP register

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 11 22:43:43 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Looks great!



================
Comment at: libunwind/test/libunwind_01.pass.cpp:66
+
+  int max_reg_num = -100;
+#if defined(__i386__)
----------------
-2


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107919/new/

https://reviews.llvm.org/D107919



More information about the libcxx-commits mailing list