llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.05k stars 11.98k forks source link

Missing include in capacity_nthreads.cpp test #50356

Open b97f407c-59df-49f5-9786-deb32550c560 opened 3 years ago

b97f407c-59df-49f5-9786-deb32550c560 commented 3 years ago
Bugzilla Link 51012
Version unspecified
OS Linux

Extended Description

In openmp/runtime/test/tasking/hidden_helper_task/capacity_nthreads.cpp it seems to be '#include ' is missing. When using GCC11 toolchain this test does not compile.

dave96 commented 2 years ago

This was fixed in https://reviews.llvm.org/D105474 and should be closed