diff options
author | Benjamin Maxwell <macdue@dueutil.tech> | 2024-12-06 17:27:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 17:27:46 +0000 |
commit | bded8890149e55b9abc9c32cb4a9c883c3daad91 (patch) | |
tree | 2632f44de611972da35068f3d82df5d69afceab6 /lldb/test/Shell/ScriptInterpreter/Python | |
parent | b9aa155d26935c058449f4ac116201de000fd7bf (diff) | |
download | llvm-bded8890149e55b9abc9c32cb4a9c883c3daad91.zip llvm-bded8890149e55b9abc9c32cb4a9c883c3daad91.tar.gz llvm-bded8890149e55b9abc9c32cb4a9c883c3daad91.tar.bz2 |
[clang][AArch64] Fix C++11 style initialization of typedef'd vectors (#118956)
Previously, this hit an `llvm_unreachable()` assertion as the type of
`vec_t` did not exactly match `__SVInt8_t`, as it was wrapped in a
typedef.
Comparing the canonical types instead allows the types to match
correctly and avoids the crash.
Fixes #107609
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions