diff options
author | Nikita Popov <npopov@redhat.com> | 2025-05-02 11:01:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-02 11:01:38 +0200 |
commit | df264170f7f83530e03fb1ac22b3241797e86fe4 (patch) | |
tree | e4b09586f12b916012afc6aa84507f8d85ad4c09 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | aa10f879dcbb3a08698d8c956de9cdf3b03def66 (diff) | |
download | llvm-df264170f7f83530e03fb1ac22b3241797e86fe4.zip llvm-df264170f7f83530e03fb1ac22b3241797e86fe4.tar.gz llvm-df264170f7f83530e03fb1ac22b3241797e86fe4.tar.bz2 |
[ObjC][ProvenanceEval] Only evaluate pointers (#136876)
I believe this pass should only be calling PA.related() on pointer
arguments -- the operation is not really meaningful for non-pointers.
I've adjusted the test to use ptr loads instead of i8 loads, which I
believe aligns with how these special globals would actually be used,
and which is probably what this was intending to test.
Ran into this while trying to eliminate illegal non-pointer AA queries.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions