diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-07-13 08:59:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-13 08:59:07 +0200 |
commit | d3b339e36debf208229e86bee3164bdf2ec24052 (patch) | |
tree | f8a594149ee9642885876240f89bf97b025f190c /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 267b136359d8448c73432b4f3ceeefbf4c35e00b (diff) | |
download | llvm-d3b339e36debf208229e86bee3164bdf2ec24052.zip llvm-d3b339e36debf208229e86bee3164bdf2ec24052.tar.gz llvm-d3b339e36debf208229e86bee3164bdf2ec24052.tar.bz2 |
[libc++] Don't instantiate allocators in __hash_table on an incomplete type (#148353)
Currently, we try to instantiate the allocator on `__hash_value_type`,
which we don't define anymore. Instead, just use the
`map::allocator_type` to instantiate `__tree`, since that's what we
actually want anyways.
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions