[Openmp-commits] [PATCH] D121058: [OpenMP][FIX] Avoid races in the handling of to be deleted mapping entries

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 29 06:37:54 PDT 2022


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/test/mapping/map_back_race.cpp:32
+}
+int main() { test_parallel_for__target(); }
----------------
ronlieb wrote:
> seeing sporadic failures on this test, in the amdgpu openmp buildbot. return code -11
> i think we need a return 0; here
main should return 0 by default, IIRC. return code -11 sounds more like we still have a bug -.-


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121058/new/

https://reviews.llvm.org/D121058



More information about the Openmp-commits mailing list