[PATCH] D147635: [libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIP

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 19:34:36 PDT 2023


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

Looks great!

ELF platforms use `Registers_x86_64::validRegister` which returns true for a reg number within `[0,16]`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147635



More information about the llvm-commits mailing list