Skip to content

Commit a1daea9

Browse files
committed
[Build][Concurrency] Update new runtime build as well.
We need to update the new runtime build with the filename change also. rdar://153531418
1 parent 0d14682 commit a1daea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Core/Concurrency/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ add_library(swift_Concurrency
7171
Deque/Deque+UnsafeHandle.swift
7272
Deque/UnsafeMutableBufferPointer+Utilities.swift
7373
DiscardingTaskGroup.swift
74-
DummyExecutor.swift
7574
Errors.swift
7675
Executor.swift
7776
ExecutorAssertions.swift
@@ -96,6 +95,7 @@ add_library(swift_Concurrency
9695
TaskLocal.swift
9796
TaskSleep.swift
9897
TaskSleepDuration.swift
98+
UnimplementedExecutor.swift
9999
"${CMAKE_CURRENT_BINARY_DIR}/Task+init.swift"
100100
"${CMAKE_CURRENT_BINARY_DIR}/TaskGroup+addTask.swift"
101101
"${CMAKE_CURRENT_BINARY_DIR}/Task+immediate.swift")

0 commit comments

Comments
 (0)