[libc-commits] [libc] [llvm] [Flang-RT][libc] LLVM-independent unittests (PR #164794)
Michael Kruse via libc-commits
libc-commits at lists.llvm.org
Mon Oct 27 06:44:11 PDT 2025
================
@@ -22,7 +22,7 @@ if (CMAKE_CROSSCOMPILING)
return ()
endif ()
-if (NOT TARGET llvm_gtest)
+if (NOT TARGET default_gtest)
message(WARNING "Flang-RT unittests disabled due to GTest being unavailable; "
"Try LLVM_INSTALL_GTEST=ON for the LLVM build")
----------------
Meinersbur wrote:
Turns out it is controlled by FLANG_RT_INCLUDE_TESTS which can theoretically enabled even with LLVM_INCLUDE_TESTS=OFF. I left the warning and updated the message.
https://github.com/llvm/llvm-project/pull/164794
More information about the libc-commits
mailing list