[Openmp-commits] [PATCH] D42432: [OMPT] Limit omp_control_tool testcase to 5.0
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 25 06:56:45 PST 2018
Hahnfeld added a comment.
That's uncommon: For example the tests have always tested `__kmpc_taskloop` which is only defined for OpenMP 4.5 and later. I think it would be better to disable all tests when not building for the latest OpenMP version - that eliminates one testing dimension that we don't need to worry about.
https://reviews.llvm.org/D42432
More information about the Openmp-commits
mailing list