[PATCH] D60757: Fix a crash bug caused by a nested call of parallelForEach.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 19:03:13 PDT 2019


ruiu added a comment.

There should not be a fundamental reason for parallelForEach to not be reentrant, so we eventually want to fix it so that we can call the function without worrying the nested condition. For the time being, we should be able to detect the error condition more easily by adding the assertions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60757





More information about the llvm-commits mailing list