[llvm] [Parallel] Revert sequential task changes (PR #109084)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 20 15:14:29 PDT 2024
================
@@ -99,7 +99,12 @@ TEST(Parallel, TaskGroupSequentialFor) {
{
parallel::TaskGroup tg;
for (size_t Idx = 0; Idx < 500; Idx++)
- tg.spawn([&Count, Idx]() { EXPECT_EQ(Count++, Idx); }, true);
+ tg.spawn(
----------------
MaskRay wrote:
Thx. I just realized that build failure of the unittest. Deleted:)
https://github.com/llvm/llvm-project/pull/109084
More information about the llvm-commits
mailing list