[Openmp-commits] [openmp] [openmp] Allow testing OpenMP without a full clang build tree (PR #182470)

Martin Storsjö via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 23 05:42:44 PST 2026


================
@@ -127,19 +127,23 @@ function(add_openmp_testsuite target comment)
     set_property(GLOBAL APPEND PROPERTY OPENMP_LIT_DEPENDS ${ARG_DEPENDS})
   endif()
 
+  unset(EXTRA_CHECK_DEPENDS)
----------------
mstorsjo wrote:

Oh, right, sorry, I missed the point there! Will fix.

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


More information about the Openmp-commits mailing list