[all-commits] [llvm/llvm-project] e77942: Fix MIPS and MIPS64 ABI to use ConstString in thei...

Tatsuo Nomura via All-commits all-commits at lists.llvm.org
Sun Sep 27 03:36:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e779427757f233ef7bbb381289c63f2399ecca92
      https://github.com/llvm/llvm-project/commit/e779427757f233ef7bbb381289c63f2399ecca92
  Author: Tatsuo Nomura <tatsuo.nomura at gmail.com>
  Date:   2020-09-27 (Sun, 27 Sep 2020)

  Changed paths:
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.cpp

  Log Message:
  -----------
  Fix MIPS and MIPS64 ABI to use ConstString in their register info arrays.

RegInfoBasedABI::GetRegisterInfoByName was failing because mips/mips64 ABIs
don't use ConstString in their register info array.

Reviewed By: #lldb, teemperor

Differential Revision: https://reviews.llvm.org/D88375




More information about the All-commits mailing list