[all-commits] [llvm/llvm-project] 7667d8: Revert "[lldb] Fix ppc64 detection in lldb"

David Spickett via All-commits all-commits at lists.llvm.org
Tue May 3 06:28:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7667d805948e8049420b01c92f84c56528b42567
      https://github.com/llvm/llvm-project/commit/7667d805948e8049420b01c92f84c56528b42567
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/test/API/functionalities/postmortem/elf-core/TestLinuxCore.py
    R lldb/test/API/functionalities/postmortem/elf-core/linux-ppc64.core
    R lldb/test/API/functionalities/postmortem/elf-core/linux-ppc64.out

  Log Message:
  -----------
  Revert "[lldb] Fix ppc64 detection in lldb"

This reverts commit f114f009486816ed4b3bf984f0fbbb8fc80914f6.

Due to hitting an assert on our lldb bots:
https://lab.llvm.org/buildbot/#/builders/96/builds/22715

../llvm-project/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp:170:
virtual lldb::RegisterContextSP ThreadElfCore::CreateRegisterContextForFrame(
lldb_private::StackFrame *): Assertion `false && "Architecture or OS not supported"' failed.




More information about the All-commits mailing list