From cefb90d485e4d10e6fd91f79cd25ef010aa148cc Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 14 Feb 2020 09:48:12 -0800 Subject: [PATCH] build: remove some un-valuved variables in `_add_swift_host_library_single` --- cmake/modules/AddSwift.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/AddSwift.cmake b/cmake/modules/AddSwift.cmake index 374d552b680..86ca5b6c4ac 100644 --- a/cmake/modules/AddSwift.cmake +++ b/cmake/modules/AddSwift.cmake @@ -856,8 +856,6 @@ function(_add_swift_host_library_single target name) TARGETS "${target}" DEPENDS ${gyb_dependency_targets} - "${swift_object_dependency_target}" - "${swift_module_dependency_target}" ${LLVM_COMMON_DEPENDS}) # Call llvm_config() only for libraries that are part of the compiler.