[libc-commits] [libc] [llvm] [Flang-RT][libc] LLVM-independent unittests (PR #164794)
David Spickett via libc-commits
libc-commits at lists.llvm.org
Fri Oct 24 02:48:18 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")
----------------
DavidSpickett wrote:
I suppose that this warning will change or become unreachable.
https://github.com/llvm/llvm-project/pull/164794
More information about the libc-commits
mailing list