[Openmp-commits] [openmp] [OpenMP] Add libomp unit test infrastructure (PR #168063)

Robert Imschweiler via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 12 02:26:08 PST 2026


================
@@ -6,6 +6,22 @@ if(WIN32 OR STUBS_LIBRARY)
   return()
 endif()
 
+# Make the targets default_gtest and default_gtest_main available.
+if (OPENMP_STANDALONE_BUILD)
+  set(LLVM_RUNTIMES_BUILD 1)
----------------
ro-i wrote:

good point, thanks

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


More information about the Openmp-commits mailing list