[Lldb-commits] [PATCH] D62772: [COFF, ARM64] Fix CodeView API change for getRegisterNames
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sat Jun 1 01:06:58 PDT 2019
mgorny added a reviewer: labath.
mgorny added a comment.
Are you sure this triple → CPUType mapping belongs in each consumer? Maybe it'd be better to have something inside LLVM, so that we wouldn't have to keep this up-to-date in all the places. Maybe `getRegisterNames()` overload that takes a triple?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62772/new/
https://reviews.llvm.org/D62772
More information about the lldb-commits
mailing list