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

Maksim Levental via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 9 16:08:34 PST 2023


makslevental wrote:

> To check: so the only reason this was true was due to testing?

Don't hold me to that. Yes with just this patch you can configure and build, but in addition [I have](https://github.com/makslevental/mlir-wheels/blob/main/setup.py#L165C5-L168)

```python
-DENABLE_CHECK_TARGETS=OFF
-DLIBOMP_OMPD_GDB_SUPPORT=OFF
-DLIBOMP_USE_QUAD_PRECISION=False
-DOPENMP_ENABLE_LIBOMPTARGET=OFF
``` 

but I don't remember why. 

But irrespective of whether this patch is sufficient, it's definitely necessary.

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


More information about the Openmp-commits mailing list