diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-08-05 01:09:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-05 01:09:12 +0900 |
commit | b738f630f73975bc591a82fdcb4858ae5da67477 (patch) | |
tree | 9a44f49b4b67995af04af45509ba295f489eeedb /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 0ee1811624383b4601c969d72e851377f868120f (diff) | |
download | llvm-b738f630f73975bc591a82fdcb4858ae5da67477.zip llvm-b738f630f73975bc591a82fdcb4858ae5da67477.tar.gz llvm-b738f630f73975bc591a82fdcb4858ae5da67477.tar.bz2 |
ADT: Expose typedef for Bitset's storage type (#151986)
Allows subclasses to directly initialize the underlying storage.
This will enable tablegen to emit a smaller initializer list to
initialize constant bitsets. For runtime libcalls we need to
initialize many hundreds of bits in many different sets so this
shrinks the generated output to a more manageable size.
Extracted from #151948
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions