[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 16:23:01 PST 2020


PaulkaToast created this revision.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, MaskRay, mgorny.

Repository:
  rG LLVM Github Monorepo

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.242460.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200205/e163e555/attachment.bin>


More information about the libc-commits mailing list