Skip to content

Commit e12cc13

Browse files
authored
Move clock runtime functions to the same compliation build group as the task sleep build group (swiftlang#42566)
1 parent c997944 commit e12cc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
if(NOT swift_concurrency_extra_sources)
1414
set(swift_concurrency_extra_sources
15-
Clock.cpp
1615
Clock.swift
1716
ContinuousClock.swift
1817
SuspendingClock.swift
@@ -76,6 +75,7 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
7675
AsyncLet.cpp
7776
AsyncLet.swift
7877
CheckedContinuation.swift
78+
Clock.cpp
7979
GlobalExecutor.cpp
8080
Errors.swift
8181
Error.cpp

0 commit comments

Comments
 (0)