Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions cmake/modules/AddSwift.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,6 @@ function(_add_swift_host_executable_single name)
ARCHITECTURE
SDK)
set(multiple_parameter_options
COMPILE_FLAGS
DEPENDS
LLVM_LINK_COMPONENTS)
cmake_parse_arguments(SWIFTEXE_SINGLE
"${options}"
Expand Down Expand Up @@ -892,10 +890,8 @@ function(_add_swift_host_executable_single name)
${SWIFTEXE_SINGLE_EXTERNAL_SOURCES})

add_dependencies_multiple_targets(
TARGETS "${name}"
DEPENDS
${LLVM_COMMON_DEPENDS}
${SWIFTEXE_SINGLE_DEPENDS})
TARGETS ${name}
DEPENDS ${LLVM_COMMON_DEPENDS})
llvm_update_compile_flags("${name}")

if(SWIFTEXE_SINGLE_SDK STREQUAL WINDOWS)
Expand Down