diff options
author | Corentin Jabot <corentinjabot@gmail.com> | 2025-06-09 10:29:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 10:29:05 +0200 |
commit | 62c9b0cab614f2d408929f9ee4280fc3c0084e08 (patch) | |
tree | cf17506246a8927694599f691a7ebe77039063ed /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | f3ffee601c1746eafa9a6684541e90d182c9126e (diff) | |
download | llvm-62c9b0cab614f2d408929f9ee4280fc3c0084e08.zip llvm-62c9b0cab614f2d408929f9ee4280fc3c0084e08.tar.gz llvm-62c9b0cab614f2d408929f9ee4280fc3c0084e08.tar.bz2 |
[Clang] Fix a crash when diagnosing a non relocatable with no copy ctr (#143350)
If lookup did not find a copy constructor, it would return nulll,
leading to an assert in `cast`.
Fixes #143325
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions