diff options
author | Jay Foad <jay.foad@amd.com> | 2024-06-26 12:58:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 12:58:59 +0100 |
commit | d6f906eadbf7a5c2eb484f62740bf3e6a650bc92 (patch) | |
tree | 4e0b8e92b69165daec3fb3878911cc03dff731c7 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 847d046a82a760caa1b05206d77ed0b3d7bd4be6 (diff) | |
download | llvm-d6f906eadbf7a5c2eb484f62740bf3e6a650bc92.zip llvm-d6f906eadbf7a5c2eb484f62740bf3e6a650bc92.tar.gz llvm-d6f906eadbf7a5c2eb484f62740bf3e6a650bc92.tar.bz2 |
[SlotIndexes] Use simple_ilist instead of ilist. NFC. (#96747)
simple_ilist does not take ownership of its nodes, which is fine for
SlotIndexes because the IndexListEntry nodes are allocated with a
BumpPtrAllocator and do not need to be freed.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions