[PATCH] D54797: Revert r343473 "Move llvm util dependencies from clang-tools-extra to add_lit_target."

Haojian Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 22 02:17:15 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL347448: Revert r343473 "Move llvm util dependencies from clang-tools-extra to… (authored by hokein, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D54797

Files:
  llvm/trunk/cmake/modules/AddLLVM.cmake


Index: llvm/trunk/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/trunk/cmake/modules/AddLLVM.cmake
+++ llvm/trunk/cmake/modules/AddLLVM.cmake
@@ -1374,16 +1374,6 @@
     message(STATUS "${target} does nothing.")
   endif()
 
-  # Add lit test dependencies.
-  set(llvm_utils_deps
-    FileCheck count not
-  )
-  foreach(dep ${llvm_utils_deps})
-    if (TARGET ${dep})
-      add_dependencies(${target} ${dep})
-    endif()
-  endforeach()
-
   if (ARG_DEPENDS)
     add_dependencies(${target} ${ARG_DEPENDS})
   endif()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54797.175022.patch
Type: text/x-patch
Size: 579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181122/6e58db5e/attachment.bin>


More information about the llvm-commits mailing list