[Lldb-commits] [PATCH] D121999: [lldb][AArch64] Update disassembler feature list and add tests for all extensions
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 4 02:19:52 PDT 2022
DavidSpickett added a comment.
> It sounds like we should figure out a way to enable all extensions with a single stroke.
Totally. llvm-objdump could do with a `-mcpu=max` equivalent too.
I think it's possible to get all extension names right now, but not the newest arch version. I'll look into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121999/new/
https://reviews.llvm.org/D121999
More information about the lldb-commits
mailing list