aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorTomas Matheson <tomas.matheson@arm.com>2022-02-23 11:34:41 +0000
committerTomas Matheson <tomas.matheson@arm.com>2022-03-18 16:07:00 +0000
commit831ab35b2fc7ce2815a96e866b89ec4a0b8c2829 (patch)
tree6a8fbf4fb1420648437b4abe4fada85f0538cb7a /lldb/source/Commands/CommandObjectThread.cpp
parent453f8c87ff20932c79890d93474e862d52f6fe46 (diff)
downloadllvm-831ab35b2fc7ce2815a96e866b89ec4a0b8c2829.zip
llvm-831ab35b2fc7ce2815a96e866b89ec4a0b8c2829.tar.gz
llvm-831ab35b2fc7ce2815a96e866b89ec4a0b8c2829.tar.bz2
[ARM][AArch64] generate subtarget feature flags
Reland of D120906 after sanitizer failures. This patch aims to reduce a lot of the boilerplate around adding new subtarget features. From the SubtargetFeatures tablegen definitions, a series of calls to the macro GET_SUBTARGETINFO_MACRO are generated in ARM/AArch64GenSubtargetInfo.inc. ARMSubtarget/AArch64Subtarget can then use this macro to define bool members and the corresponding getter methods. Some naming inconsistencies have been fixed to allow this, and one unused member removed. This implementation only applies to boolean members; in future both BitVector and enum members could also be generated. Differential Revision: https://reviews.llvm.org/D120906
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions