summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAlexandros Lamprineas <alexandros.lamprineas@arm.com>2021-09-20 11:49:30 +0100
committerAlexandros Lamprineas <alexandros.lamprineas@arm.com>2021-10-27 12:32:30 +0100
commit8689f5e6e77394528155b624d74557790278a407 (patch)
tree7f12284d8c162091c43b1788e8e2cff86d6765fc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentcb4feae7bd56c50dd539d7437d9a6e3372a393a0 (diff)
[AArch64] Add support for the 'R' architecture profile.
This change introduces subtarget features to predicate certain instructions and system registers that are available only on 'A' profile targets. Those features are not present when targeting a generic CPU, which is the default processor. In other words the generic CPU now means the intersection of 'A' and 'R' profiles. To maintain backwards compatibility we enable the features that correspond to -march=armv8-a when the architecture is not explicitly specified on the command line. References: https://developer.arm.com/documentation/ddi0600/latest Differential Revision: https://reviews.llvm.org/D110065
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions