This revision was automatically updated to reflect the committed changes.
Closed by commit rL288236: Remove an x86-ism from RegisterInfoInterface
(authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D27222?vs=79618&id=79713#toc
Repository:
rL LLVM
https://reviews.llvm.org
dvlahovski accepted this revision.
dvlahovski added a comment.
LGTM
https://reviews.llvm.org/D27222
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath created this revision.
labath added reviewers: clayborg, dvlahovski.
labath added a subscriber: lldb-commits.
While adding FPR support to x86 elf core files
(https://reviews.llvm.org/D26300), we ended up adding a
very x86-specific function to the general RegisterInfoInterface class, which