[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
Mon Mar 10 05:14:03 PDT 2025
================
@@ -21,6 +21,7 @@ config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@
config.is_standalone_build = @OPENMP_STANDALONE_BUILD@
config.has_omit_frame_pointer_flag = @OPENMP_TEST_COMPILER_HAS_OMIT_FRAME_POINTER_FLAGS@
config.target_arch = "@LIBOMP_ARCH@"
+config.compiler_frontend_variant="@CMAKE_C_COMPILER_FRONTEND_VARIANT@"
----------------
omjavaid wrote:
Thanks @mstorsjo I have incorporated above suggestions in my recent update.
https://github.com/llvm/llvm-project/pull/129040
More information about the Openmp-commits
mailing list