[libc-commits] [PATCH] D74008: Remove leftover artifacts from use of gtest.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 4 21:50:33 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a2fa552992f: Remove leftover artifacts from use of gtest. (authored by PaulkaToast).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74008/new/

https://reviews.llvm.org/D74008

Files:
  libc/cmake/modules/LLVMLibCRules.cmake


Index: libc/cmake/modules/LLVMLibCRules.cmake
===================================================================
--- libc/cmake/modules/LLVMLibCRules.cmake
+++ libc/cmake/modules/LLVMLibCRules.cmake
@@ -287,7 +287,7 @@
   )
 endfunction(add_redirector_library)
 
-# Rule to add a gtest unittest.
+# Rule to add a libc unittest.
 # Usage
 #    add_libc_unittest(
 #      <target name>
@@ -353,7 +353,6 @@
   add_dependencies(
     ${target_name}
     ${LIBC_UNITTEST_DEPENDS}
-    gtest
   )
 
   target_link_libraries(${target_name} PRIVATE LibcUnitTest)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74008.242515.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200205/c4ef093b/attachment.bin>


More information about the libc-commits mailing list