[llvm] [Flang-RT][Offload] Always use LLVM-built GTest (PR #143682)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 11 07:06:17 PDT 2025


================
@@ -334,8 +334,8 @@ if (LLVM_INCLUDE_EXAMPLES)
 endif ()
 
 if (FLANG_RT_INCLUDE_TESTS)
-  add_subdirectory(unittests)
   add_subdirectory(test)
+  add_subdirectory(unittests)
----------------
DavidSpickett wrote:

This is now second because `test` will do the lit config file setup, which `unittests` then uses?

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


More information about the llvm-commits mailing list