check-clang: LTO, aka libLTO.so, was redundant here, since llvm-lto depends on it.

llvm-svn: 271818
This commit is contained in:
NAKAMURA Takumi 2016-06-05 00:12:59 +00:00
parent 6f8f47b358
commit e222017dad
1 changed files with 0 additions and 4 deletions

View 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})