Skip to content

Commit 58fc3c5

Browse files
committed
build: remove explicit link against atomic
This is no longer required after the fix for the over-aligned type for the atomic type.
1 parent 5d8af8c commit 58fc3c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,13 +348,11 @@ function(_add_host_variant_link_flags target)
348348
${CMAKE_BINARY_DIR}/winsdk_lib_${SWIFT_HOST_VARIANT_ARCH}_symlinks)
349349
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL HAIKU)
350350
target_link_libraries(${target} PRIVATE
351-
atomic
352351
bsd)
353352
target_link_options(${target} PRIVATE
354353
"SHELL:-Xlinker -Bsymbolic")
355354
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL ANDROID)
356355
target_link_libraries(${target} PRIVATE
357-
atomic
358356
dl
359357
log
360358
# We need to add the math library, which is linked implicitly by libc++

0 commit comments

Comments
 (0)