[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


================
@@ -6,33 +6,39 @@
 #
 #===------------------------------------------------------------------------===#
 
+# Target that depends on all unittests
+add_custom_target(FlangRTUnitTests)
+set_target_properties(FlangRTUnitTests PROPERTIES FOLDER "Flang-RT/Meta")
+
 # LLVM uses a modified version of GTest that uses LLVMSupport for console
----------------
DavidSpickett wrote:

This comment remains to imply "do not expect to be able to substitute upstream gtest", right?

Which is what I get from reading the new form of the comment, but just checking.

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


More information about the llvm-commits mailing list