Revert "[test] Add libLTO as a clang test dependency on Darwin"
authorVedant Kumar <vsk@apple.com>
Tue, 30 Aug 2016 20:36:48 +0000 (20:36 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 30 Aug 2016 20:36:48 +0000 (20:36 +0000)
This reverts commit r280142. Mehdi suggested a better way to fix up the
test: just create a fake libLTO.dylib and tell the driver where to find
it. Patch incoming...

llvm-svn: 280149

clang/test/CMakeLists.txt

index 65087da..9d989cd 100644 (file)
@@ -82,10 +82,6 @@ if( NOT CLANG_BUILT_STANDALONE )
   endif()
 endif()
 
-if(APPLE)
-  list(APPEND CLANG_TEST_DEPS LTO)
-endif()
-
 add_custom_target(clang-test-depends DEPENDS ${CLANG_TEST_DEPS})
 set_target_properties(clang-test-depends PROPERTIES FOLDER "Clang tests")