[Openmp-commits] [openmp] [OpenMP] Mark Failing OpenMP Tests as XFAIL on Windows (PR #129040)

Omair Javaid via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 6 03:56:38 PST 2025


omjavaid wrote:

I ve added xfail based on msvc detected via CMAKE_C_COMPILER_FRONTEND_VARIANT. We could not use CMAKE_C_COMPILER_ID as it returns clang for both msvc and mingw. I have tried not to use any of the LLVM flags to make sure things work for the standalone build as well.

I think this should now reliably xfail on LLVM Windows buildbots and work for mingw llvm toolchain.

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


More information about the Openmp-commits mailing list