diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-04 15:13:23 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-04 15:13:23 +0000 |
commit | f7f86971e699fd8c860daf88ed06faf670b3258c (patch) | |
tree | 62309c389e6d0aab544ad6ee37dea2b73d9d1bfb /llvm/lib/Object/MachOObjectFile.cpp | |
parent | 82d20201d05e39b03c3844c85429cb8796ad0580 (diff) | |
download | llvm-f7f86971e699fd8c860daf88ed06faf670b3258c.zip llvm-f7f86971e699fd8c860daf88ed06faf670b3258c.tar.gz llvm-f7f86971e699fd8c860daf88ed06faf670b3258c.tar.bz2 |
[libomptarget] PR38704: Fix erase of ShadowPtrMap
erase() invalidates the iterator and returns a new one pointing
to the following element. The code now follows the example at
https://en.cppreference.com/w/cpp/container/map/erase.
(The added testcase crashes without this patch.)
Reported by David Binderman (https://llvm.org/PR38704)!
Differential Revision: https://reviews.llvm.org/D51623
llvm-svn: 341371
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions