[Openmp-commits] [openmp] [openmp][testing] disable check targets if not building with clang (PR #71866)

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 9 18:11:39 PST 2023


shiltian wrote:

If `ENABLE_CHECK_TARGETS` is set to `FALSE`, that indicates all OpenMP tests will be disabled, including both `libomp` tests and `libomptarget` tests. However, even w/o clang, chances are that `libomp` can still be tested by *almost* any compatible compiler.
I'd just disable `libomptarget` tests if clang doesn't exist, no matter it is a target or a program.

https://github.com/llvm/llvm-project/pull/71866


More information about the Openmp-commits mailing list