[PATCH] D107919: [unwind] Handle UNW_X86_64_RIP register

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 00:18:43 PDT 2021


vitalybuka added inline comments.


================
Comment at: libunwind/test/libunwind_01.pass.cpp:66
+
+  int max_reg_num = -100;
+#if defined(__i386__)
----------------
MaskRay wrote:
> -2
-2+1 does not work on line 79


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107919



More information about the llvm-commits mailing list