[Lldb-commits] [PATCH] D140615: [LLDB][LoongArch] Delete the s9 register alias definition
Hui Li via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 04:41:08 PST 2023
lh03061238 added a comment.
In D140615#4047069 <https://reviews.llvm.org/D140615#4047069>, @xen0n wrote:
> BTW do we have a way of fixing the bug while preserving the alias?
The register iscurrently corresponds to only an alias in RegisterInfos_loongarch64.h.
So far, no other way has been found, Therefore, We first fixed this bug by removing
the less commonly used name s9
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140615/new/
https://reviews.llvm.org/D140615
More information about the lldb-commits
mailing list