Teach the DAGCombiner how to fold concat_vector nodes when the input is two
[oota-llvm.git] / test / CMakeLists.txt
index 392f5f218ecb7abfc846e5b7a5612c5f62dd8939..835579c8f6b823cb9657d479c6007d0024570898 100644 (file)
@@ -13,21 +13,26 @@ if(NOT LLVM_BUILD_TOOLS)
 endif()
 
 # Set the depends list as a variable so that it can grow conditionally.
+# NOTE: Sync the substitutions in test/lit.cfg when adding to this list.
 set(LLVM_TEST_DEPENDS
+          llvm-config
           UnitTests
           BugpointPasses
           LLVMHello
           llc
           lli
+          lli-child-target
           llvm-ar
           llvm-as
           llvm-bcanalyzer
+          llvm-c-test
           llvm-cov
           llvm-diff
           llvm-dis
           llvm-extract
           llvm-dwarfdump
           llvm-link
+          llvm-lto
           llvm-mc
           llvm-mcmarkup
           llvm-nm
@@ -35,6 +40,7 @@ set(LLVM_TEST_DEPENDS
           llvm-readobj
           llvm-rtdyld
           llvm-symbolizer
+          llvm-tblgen
           macho-dump
           opt
           profile_rt-shared