================ @@ -644,32 +644,22 @@ void ABISysV_loongarch::AugmentRegisterInfo( std::vector<lldb_private::DynamicRegisterInfo::Register> ®s) { lldb_private::RegInfoBasedABI::AugmentRegisterInfo(regs); + static const std::unordered_map<std::string, std::string> reg_aliases = { ---------------- DavidSpickett wrote:
There is `llvm/include/llvm/ADT/StringMap.h` for these sorts of purposes. We only do this once on process start but given it's the more "specific" type to LLVM you might as well use it. https://github.com/llvm/llvm-project/pull/124059 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits