Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Add the test to check that the libomptarget does not cause | Alexey Bataev | 2018-09-28 | 1 | -1/+7 |
| | | | | | | | | | | infinite loop on removing non-mapped pointer-with-object. Added test to check that libomptarget does not cause infinite loop when trying to unmap the pointer-with-object data that was not previously mapped. llvm-svn: 343344 | ||||
* | [libomptarget] PR38704: Fix erase of ShadowPtrMap | Jonas Hahnfeld | 2018-09-04 | 1 | -0/+41 |
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 |