diff options
| author | Aiden Grossman <aidengrossman@google.com> | 2026-02-07 11:43:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-07 11:43:56 -0800 |
| commit | ec059d81aafedb253a02d6f490ad9b9747611038 (patch) | |
| tree | 13ed1e92cbf3053e682036b934404179b4bef459 /lldb/test/API/terminal | |
| parent | 39622a7739b85aa8cd1d5169028b6c8fd1e0bcaa (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
With a sized dead_on_return, we need to not eliminate stores if there
are to a pointer with a variable offset from the underlying object
marked dead_on_return. This manifested as an assertion failure as
BaseValue/V ended up not being equal. It's possible we could do a range
analysis to try and prove the variable offset stays within bounds, but
this case seems to come up relatively rarely (only reproducible with a
UBSan build of LLVM) and is probably not worth the compile time.
Fixes #180361.
Diffstat (limited to 'lldb/test/API/terminal')
0 files changed, 0 insertions, 0 deletions
