[all-commits] [llvm/llvm-project] 0231a9: [lldb][AArch64] Automatically add all extensions t...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Apr 12 05:31:57 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0231a90bc438f728c81087520d8d5d85101ed05b
      https://github.com/llvm/llvm-project/commit/0231a90bc438f728c81087520d8d5d85101ed05b
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-04-12 (Tue, 12 Apr 2022)

  Changed paths:
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp

  Log Message:
  -----------
  [lldb][AArch64] Automatically add all extensions to disassembler

This means we don't have to remember to update this code as much.

This is all tested in lldb/test/Shell/Commands/command-disassemble-aarch64-extensions.s
which I added previously.

We don't have a way to get the latest base architecture yet
so that remains manual. Having all the extensions specified
will probably be equivalent to the latest architecture version
in any case.

Reviewed By: labath

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




More information about the All-commits mailing list