[Openmp-commits] [PATCH] D131000: [OpenMP][libomp] Detect if test compiler has omp.h
Michał Górny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 2 12:06:48 PDT 2022
mgorny accepted this revision.
mgorny added a comment.
This revision is now accepted and ready to land.
Thanks. I can confirm that this fixes the immediate problem for me.
> 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 the one within the build tree.
You seem to missing a verb in the commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131000/new/
https://reviews.llvm.org/D131000
More information about the Openmp-commits
mailing list