mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 15:46:05 +00:00

omp50_taskdep_depobj.c relies on the test compiler's omp.h file. If the test compiler does not have an omp.h file, then use the one within the build tree. Fixes: https://github.com/llvm/llvm-project/issues/56820 Differential Revision: https://reviews.llvm.org/D131000