diff options
author | Jonas Hahnfeld <jonas.hahnfeld@cern.ch> | 2024-10-30 13:56:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 13:56:27 +0100 |
commit | c4e135ec04a2bef5d5a5a69dfbb069a15dbf2f5e (patch) | |
tree | 6dcf98ec7e44254267a6cc25ca43a4c4b5281233 /llvm/utils/UpdateTestChecks/common.py | |
parent | 217700baf760ea3959d79c2090e7930144b698a1 (diff) | |
download | llvm-c4e135ec04a2bef5d5a5a69dfbb069a15dbf2f5e.zip llvm-c4e135ec04a2bef5d5a5a69dfbb069a15dbf2f5e.tar.gz llvm-c4e135ec04a2bef5d5a5a69dfbb069a15dbf2f5e.tar.bz2 |
[ORC] Fix transfer to unknown ResourceTrackers (#114063)
When transferring resources, the destination tracker key may not be in
the internal map, invalidating iterators and value references. The added
test creates such situation and would fail before with "Finalized
allocation was not deallocated."
For good measure, fix the same pattern in RTDyldObjectLinkingLayer
which is harder to test because it "only" results in memory managers
being deleted in the wrong order.
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
0 files changed, 0 insertions, 0 deletions