]> granicus.if.org Git - clang/commitdiff
check-clang: LTO, aka libLTO.so, was redundant here, since llvm-lto depends on it.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Jun 2016 00:12:59 +0000 (00:12 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 5 Jun 2016 00:12:59 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271818 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt

index 5679013e119d25cbb7722b4df450e0989a7d4b9b..9eb066052ec369edc54857d69c53ea5240575a7c 100644 (file)
@@ -78,10 +78,6 @@ if( NOT CLANG_BUILT_STANDALONE )
   if(TARGET llvm-lto)
     list(APPEND CLANG_TEST_DEPS llvm-lto)
   endif()
-
-  if(TARGET LTO)
-    list(APPEND CLANG_TEST_DEPS LTO)
-  endif()
 endif()
 
 add_custom_target(clang-test-depends DEPENDS ${CLANG_TEST_DEPS})